dispatchrun / dispatch-py

Python package to develop applications with Dispatch.
https://pypi.org/project/dispatch-py/
Apache License 2.0
56 stars 3 forks source link

Handle PollResult errors #90

Closed chriso closed 8 months ago

chriso commented 8 months ago

This fixes https://github.com/stealthrocket/dispatch-sdk-python/issues/87.

When there's an error polling, we now raise an error in the coroutines that are waiting on a call that was made before the previous yield. Other in-flight calls are not affected.