Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify curvezmq ctx destructor (#3050)
The underlying `zmq.Context` object has its own `__del__` method, which calls `self.destroy()`, so we only need to close the auth thread.
- Loading branch information