Skip to content

Commit

Permalink
Update proxyqueue.py
Browse files Browse the repository at this point in the history
  • Loading branch information
haochenpan committed Nov 29, 2024
1 parent 05a649b commit 7743299
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mofa/proxyqueue.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,10 @@ def _get_result(self, topic: str, timeout: int = None) -> str:
# print(queues._send_result("_send_result message111", "generation"))
# print(queues._send_result("_send_result message222", "generation"))

# for future impl for ColmenaQueues:
# it's very importantant to ensure serilization works
# otherwise it would cause silent errors in MOFA,
# causing future operation to fail
# queues_dumped = pickle.dumps(queues)
# queues_loaded = pickle.loads(queues_dumped)
# for i in range(10):
Expand Down

0 comments on commit 7743299

Please sign in to comment.