Skip to content

eventstream connection must be closed by user

Pre-release
Pre-release
Compare
Choose a tag to compare
@graebm graebm released this 04 Dec 01:17
· 272 commits to main since this release
15b7024
eventstream connection must be closed by user (#208)

Tried to infer when user wanted it to close via refcounts. This was difficult to pull off, and the strange side-effects were difficult to explain. Instead, go for the simple "you must close it" approach.