Skip to content

Commit

Permalink
removed initCCPParams from core.js sendUpstream for outer context inf…
Browse files Browse the repository at this point in the history
…o event
  • Loading branch information
Brett McStotts committed Sep 22, 2023
1 parent eae16c0 commit a980131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -1287,7 +1287,7 @@
connect.core.ccpLoadTimeoutInstance = null;
}

conduit.sendUpstream(connect.EventType.OUTER_CONTEXT_INFO, { streamsVersion: connect.version, initCCPParams: params });
conduit.sendUpstream(connect.EventType.OUTER_CONTEXT_INFO, { streamsVersion: connect.version });

connect.core.keepaliveManager.start();
this.unsubscribe();
Expand Down

0 comments on commit a980131

Please sign in to comment.