abort()
abort()
Aborts WAMP session and closes a websocket connection. If it is called on handshake stage - it sends the abort
message to wamp server (as described in spec). Also clears all queues, subscription, calls. Returns wampy instance back.
Last updated