Is there a method, which can be used by a server to destroy a client?
currently, only the client can unsubscribe/unregister from the WAMP server by itself. however, if the client crashes, the subscribe id
stays occupied by a dead client. hence, we need to change the subscribe id
manually and restart the client, which is not feasible in a productive environment.