Equivalent of subscription-transport-ws
SubscriptionClient.unsubscribeAll()
?
#363
-
In moving from the no-longer-maintained |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
You should use the |
Beta Was this translation helpful? Give feedback.
You should use the
Client.dispose()
method. It will complete all active subscriptions, disconnect the WebSocket and clean up resources.