Skip to content

Commit

Permalink
Set channel serial when receiving STATE message
Browse files Browse the repository at this point in the history
See RTL15b and RTL4c1

Resolves DTP-1121
  • Loading branch information
VeskeR committed Jan 24, 2025
1 parent 74df425 commit fcf5e54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/common/lib/client/realtimechannel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,8 @@ class RealtimeChannel extends EventEmitter {
if (
message.action === actions.ATTACHED ||
message.action === actions.MESSAGE ||
message.action === actions.PRESENCE
message.action === actions.PRESENCE ||
message.action === actions.STATE
) {
// RTL15b
this.setChannelSerial(message.channelSerial);
Expand Down

0 comments on commit fcf5e54

Please sign in to comment.