socketcluster
socketcluster copied to clipboard
Allow specifying custom timeout per-emit call; also implement in socketcluster-client
Right now you can specify a global ackTimeout but it would be nice if this could also be specified as an option to socket.emit(...) - This should be implemented after https://github.com/SocketCluster/socketcluster/issues/408 as it will affect the API.