Overview
Request 989162 accepted
- Update to version 0.2.12
* Relax client stream id constraints
+ Convert to-client messages on closed streams to non-fatal to the
overall connection. There is a time gap between the continuation
removal on the client and the end-of-stream notice to the server
- from version 0.2.11
* Crash fix and stream-id order fix
+ 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.
- from version 0.2.10
* Add function to to query port of server listener
+ New: aws_event_stream_rpc_server_listener_get_bound_port()
Request History
glaubitz created request
- Update to version 0.2.12
* Relax client stream id constraints
+ Convert to-client messages on closed streams to non-fatal to the
overall connection. There is a time gap between the continuation
removal on the client and the end-of-stream notice to the server
- from version 0.2.11
* Crash fix and stream-id order fix
+ 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.
- from version 0.2.10
* Add function to to query port of server listener
+ New: aws_event_stream_rpc_server_listener_get_bound_port()
dirkmueller accepted request