Skip to content

Conversation

@xingsy97
Copy link
Collaborator

@xingsy97 xingsy97 commented Jun 23, 2025

No description provided.

@xingsy97
Copy link
Collaborator Author

review request for this PR @bjqian @zackliu

@xingsy97 xingsy97 changed the title support reconnect support stateful reconnect Jul 23, 2025
@xingsy97 xingsy97 requested review from bjqian and zackliu August 27, 2025 02:38

if (!self.reconnectInprogress) {
do {
try await self.connection.send(serializedMessage);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it possible that the message is enqueued, resent and sent again?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this pr is replaced by https://github.com/dotnet/signalr-client-swift/pull/96/files
I think it won't. Before resent is done, reconnectInprogress is true so this send will be skipped

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants