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.
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.