Summary
ACP events processed out of order
Description
When using ClientSideConnection, if a response and a notification arrive in quick succession, the notification handler is called before the response handler, leading to the events being processed out of order.
Expected Behavior:
The notification handler should be called after the response handler.
Actual Behavior:
The notification handler fires before the response handler is called.
ACP Version
0.19.0
Summary
ACP events processed out of order
Description
When using
ClientSideConnection, if a response and a notification arrive in quick succession, the notification handler is called before the response handler, leading to the events being processed out of order.Expected Behavior:
The notification handler should be called after the response handler.
Actual Behavior:
The notification handler fires before the response handler is called.
ACP Version
0.19.0