force client disconnect from server with socket.io and nodejs -
is there way disconnect client socketio, , literally close connection? if connected server, , want close connection between them , server, how go doing that?
edit: possible
you can call socket.disconnect()
on server side.
my original answer:
this not possible yet.
if need well, vote/comment on this issue.
Comments
Post a Comment