Skip to content

Eventstream client fix

Compare
Choose a tag to compare
@bretambrose bretambrose released this 22 Jun 17:05
· 192 commits to main since this release
14d264d
  • Fixes an issue where the eventstream client would close the connection if it received data from an old stream. There is no mechanism to ensure there is no inbound data in transit at the time it closes its end of a stream, so the client instead ignores stale messages.

Full Changelog: v1.18.2...v1.18.3