You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should result in an error to call any of the following APIs if the endpoint is not yet running.
EndpointAPI.broadcast
EndpointAPI.request
EndpointAPI.stream
EndpointAPI.wait_for
How can it be fixed?
Add tests to ensure these all throw friendly useful errors when called prior to the endpoint being running or after the endpoint has stopped. Ideally we figure a way to do this with as little runtime overhead as possible.
The text was updated successfully, but these errors were encountered:
What was wrong?
It should result in an error to call any of the following APIs if the endpoint is not yet running.
EndpointAPI.broadcast
EndpointAPI.request
EndpointAPI.stream
EndpointAPI.wait_for
How can it be fixed?
Add tests to ensure these all throw friendly useful errors when called prior to the endpoint being running or after the endpoint has stopped. Ideally we figure a way to do this with as little runtime overhead as possible.
The text was updated successfully, but these errors were encountered: