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

Popular posts from this blog

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -