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