rainfall2000

Results 3 comments of rainfall2000

github.com/gorilla/websocket.(*messageWriter).flushFrame(0xc000719d98, 0xc000568901, 0xc000568950, 0x0, 0x0, 0xc000719da0, 0x44d12c) github.com/gorilla/websocket/conn.go:610 +0x60e github.com/gorilla/websocket.(*Conn).WriteMessage(0xc001337a20, 0x2, 0xc000568950, 0x4, 0x4, 0x0, 0x0) github.com/gorilla/websocket/conn.go:763 +0x238 github.com/topfreegames/pitaya/acceptor.(*WSConn).Write(0xc000a1a2a0, 0xc000568950, 0x4, 0x4, 0x0, 0xc000568950, 0x4) github.com/topfreegames/pitaya/acceptor/ws_acceptor.go:233 +0x59 github.com/topfreegames/pitaya/agent.(*Agent).Kick(0xc0009f6d80, 0x11210a0, 0xc0001a4010,...

// Logon Request func (c *Connector) Logon(ctx context.Context, ...) (..., error) { ...... oldsession := session.GetSessionByUID(uid) if oldsession != nil { oldsession.Kick(ctx) // panic here oldss.Close() } ...... } Sometimes...

@felipejfc no one care about this issue?