Skip to content

Commit c4e2e90

Browse files
committed
Don't use lastSessionId as transportSessionId.
1 parent af66a27 commit c4e2e90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/database/src/realtime/Connection.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ export class Connection {
123123
this.applicationId_,
124124
this.appCheckToken_,
125125
this.authToken_,
126+
null,
126127
this.lastSessionId
127128
);
128129

0 commit comments

Comments
 (0)