gosthell
gosthell
The case occurred to me that I needed to shut down all my main actors from the root context. Some of the actors perform state serializations, and synchronization on some...
In my application, I need the parent actor to be notified when one of its children fail. I thus have to stop the children as a supervisor strategy, because when...
Hello, I added a quick fix to support enum tuple fields. I'll keep working on this branch, please tell me if anything needs to be changed
## Description There is a timeout set on the context of the sse stream of streamable_http.go, this leads to the stream timing out every 10 seconds ## Code Sample ```go...