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.