-
Notifications
You must be signed in to change notification settings - Fork 639
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #207 from minrk/greenfix
more conservative about events in zmq.green Principal changes: * `__state_changed()` is triggered after all send/recv/get(EVENTS) calls - should not triggered by intermediate send/recv inside multiparts. * add timeout in `_wait_send/recv`, as crude workaround for apparent libzmq bug that may never notify of initial send event (comes up sometimes on slow VMs). * removes Cython implementation of green Socket. closes #199
- Loading branch information
Showing
4 changed files
with
125 additions
and
171 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
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
This file was deleted.
Oops, something went wrong.
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