Halibut icon indicating copy to clipboard operation
Halibut copied to clipboard

[Question] TcpListener report progress

Open jdacorr opened this issue 2 years ago • 0 comments

Team

  • [X] I've assigned a team label to this issue

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

jdacorr avatar Mar 28 '23 18:03 jdacorr