Skip to content

ACP events processed out of order #128

@anvilpete

Description

@anvilpete

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions