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
I'm implementing a service daemon that hosts a TCP listener and perform a few long monitoring tasks and calculations when requested and I really like Halibut programming model using request/response.
However using this approach there is no session and each call ends up to be stateless so I would like to know if the library supports or implements any mechanism that allows to report the execution progress to the client when executing long tasks at the server side? Or how can that be achievable using Halibut?
Reproduction
N/A
Error and Stacktrace
No response
More Information
No response
Workaround
No response
The text was updated successfully, but these errors were encountered:
Team
What happened?
I'm implementing a service daemon that hosts a TCP listener and perform a few long monitoring tasks and calculations when requested and I really like Halibut programming model using request/response.
However using this approach there is no session and each call ends up to be stateless so I would like to know if the library supports or implements any mechanism that allows to report the execution progress to the client when executing long tasks at the server side? Or how can that be achievable using Halibut?
Reproduction
N/A
Error and Stacktrace
No response
More Information
No response
Workaround
No response
The text was updated successfully, but these errors were encountered: