Skip to content

Support passing AbortSignal to callMethod() #2

@danopia

Description

@danopia

For the usecase of calling methods while offline, we may give up on the attempt before a server connection is re-established. It would be helpful if abandoned method calls can be removed from the offline queue instead of being pointlessly sent on the eventual reconnection.

DDP as a protocol does not support client->server aborts, so the AbortSignal would not avoid work outside of a DDP reconnection scenario.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions