Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kataras authored Feb 7, 2017
1 parent 13e7e4b commit 92bcac1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions server.go
Original file line number Diff line number Diff line change
Expand Up @@ -274,12 +274,12 @@ func (s *server) HandleConnection(websocketConn UnderlineConnection) {
for i := range s.onConnectionListeners {
s.onConnectionListeners[i](c)
}

// start the messages reader
c.startReader()


// start the ping
c.startPinger()

// start the messages reader
c.startReader()

}

Expand Down

0 comments on commit 92bcac1

Please sign in to comment.