Disconnect Method (PubSubConnection)
- Last UpdatedApr 08, 2026
- 1 minute read
Disconnects the PubSub interface from the PubSub system.
This method will clean up all of the callbacks and subscriptions and then will disconnect from the engine. This method should never be called from within a callback as a deadlock may result.
This method is compatible with all connection methods, but it should not be used with global or shared connections.