We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
hi in the readme example when i put defer c.Close() in anonymous function try to say user disconnected like this:
defer func(){ log.Println("dc") c.Close() }()
nothing happen when user press disconnect or even when they lose connection . thanks