Skip to content
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
felix committed Oct 15, 2019
1 parent 01531f7 commit 14fa5a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnes/service/frontend.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def get_response(num_recv, blocked=False):
self.pending_request -= 1
yield self.remove_envelope(msg)

while zmq_client.receiver.poll(5):
while zmq_client.receiver.poll(1):
msg = zmq_client.recv_message(**self.send_recv_kwargs)
self.pending_request -= 1
yield self.remove_envelope(msg)
Expand Down

0 comments on commit 14fa5a1

Please sign in to comment.