Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: closing the Client also closes the broker
* The error was also previously unhandled. For shared connections an error will be returned by the broker itself because the sharedConnection bool is also set on the client. This also means we can get rid of the sharedConnection flag on the Scheduler itself and let it work internally.
- Loading branch information