https://github.com/SocketCluster/socketcluster-server/blob/master/scserversocket.js#L498
SCServerSocket.kickOut doesn't modify channelSubscriptions list making calling SCServerSocket.subscriptions return a list including channels the client is no longer subscribed to.
Moreover, it doesn't affect SCServerSocket.channelSubscriptionsCount, which may eventually lead to exceeding SCServer.socketChannelLimit.
https://github.com/SocketCluster/socketcluster-server/blob/master/scserversocket.js#L498
SCServerSocket.kickOutdoesn't modifychannelSubscriptionslist making callingSCServerSocket.subscriptionsreturn a list including channels the client is no longer subscribed to.Moreover, it doesn't affect
SCServerSocket.channelSubscriptionsCount, which may eventually lead to exceedingSCServer.socketChannelLimit.