Eventstream client fix
- 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