We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b4d252f + 0ebc98b commit 388ca30Copy full SHA for 388ca30
src/common/lib/transport/transport.ts
@@ -156,7 +156,7 @@ abstract class Transport extends EventEmitter {
156
case actions.SYNC:
157
if (message.connectionId !== undefined) {
158
/* a transport SYNC */
159
- this.emit('sync', message.connectionId, message);
+ this.emit('sync', message.connectionId, message.connectionId);
160
break;
161
}
162
/* otherwise it's a channel SYNC, so handle it in the channel */
0 commit comments