sse
sse copied to clipboard
Context cancelled should be respected
SubscribeWithContext and SubscribeChanWithContext should respect if the passed context got cancelled and by definition return that error. Am i wrong?
Bumped into this as well. This should fix it: https://github.com/peteut/sse/commit/1f7e17964175ef6bfb664616fed0925cbf9e142b .
Hitting this issue aswell.
Any ETA on this?