socketio-file-upload
socketio-file-upload copied to clipboard
unbind listeners of server instance
Hello! I would like to have the option to unbind the listeners for a cleaner control of permissions. Something like instance.close(socket) (or unlisten, unbind, ...) would be great.
Best regards
I added a PR https://github.com/sffc/socketio-file-upload/pull/110
I guess this would resolve my request