go-socket.io
go-socket.io copied to clipboard
How can i disconnect client from server
How can i disconnect client from server unlike node.js, i can easily call socket.disconnect(' disconnection message');
from server. but i can't found such in here
Try this: https://github.com/googollee/go-socket.io/blob/101f99ce012b002ac8b85d901399054e2227d76b/conn.go#L20