ing
This commit is contained in:
parent
dd65016b7d
commit
f153c79d2c
|
@ -43,9 +43,8 @@ func (sh *SocketHandlers) SocketContext(serverCTX ServerContext) SocketContext {
|
|||
return newSocketContext(serverCTX)
|
||||
}
|
||||
|
||||
func (sh *SocketHandlers) OnConnect(soc Socket) Socket {
|
||||
|
||||
return soc
|
||||
func (sh *SocketHandlers) OnConnect(soc Socket) {
|
||||
// no op
|
||||
}
|
||||
|
||||
func (sh *SocketHandlers) Handle(soc Socket, stopChan <-chan struct{}, doneChan chan<- error) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user