-
Notifications
You must be signed in to change notification settings - Fork 199
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
flux: cleanup zmq context and socket (#3518)
Problem: flux_instance_manager.py runs as a script and creates a ZMQ context and socket but never cleans them up. Use the context and socket as Python context managers so that they are cleaned up properly.
- Loading branch information
1 parent
0364bab
commit 3d09cad
Showing
1 changed file
with
23 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters