Replies: 1 comment 4 replies
-
When you say interrupts you mean when the client disconnects? Can you explain your use case a bit more because of the way hyper works its hard to detect when you have on write errors. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Let's say there is a simple service:
what is converted to
Service works, everything is fine
But what if I need to handle client interrupts? I tried to simulate this situation and I have a feeling that in this case the
some
method just exits immediatelyBeta Was this translation helpful? Give feedback.
All reactions