Henk
Henk
Just to add my project here: https://github.com/hiveot/hub. This projects provides an IoT hub for communication between devices, services and users. Go-sse is used as a return channel together with https...
On a related note, the difference between operator mode and server mode in callout handling is totally confusing. My concern is that this leads to a lot of questions for...
Just a note that I ran into the same issue. If the server is restarted for whatever reason, you'd expect the client to reconnect. This isn't happening if the server...
Interesting .. when following your suggesting and disabling retry and instead restarting the client with a new request, the restarted client is still reported by the server as connecting wiht...
To add to the weirdness. The client doesnt retry any more (? uhm yes, I though it used to ... :question: ) when the server restarts. When the server disconnects...
Last update: good news. I've managed to have the reconnect use http/2. The problem is not in go-sse. The fix was to create a http.Client using a http2.Transport instead of...
Running into the same issues here. Both the encoding issue but also the lack of ability to modify the event data before it is swapped in. The workaround sofar is...