Skip to content

Crash fix and stream-id order fix

Pre-release
Pre-release

Choose a tag to compare

@bretambrose bretambrose released this 31 May 23:17
· 51 commits to main since this release
956f344
  • Fixes an issue where a failed invocation of the on_incoming_stream callback in the server implementation would lead to a crash
  • Fixes an issue where event stream ids could be submitted out-of-increasing-order to the server depending on what threads the continuation activation was invoked from.