Skip to content

Commit

Permalink
Refrence the fix in repo
Browse files Browse the repository at this point in the history
Signed-off-by: Akintayo A. Olusegun <[email protected]>
  • Loading branch information
segun committed Nov 8, 2022
1 parent e11972c commit 5ed0dab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/scripts/lib/stream-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export function setupMultiplex(connectionStream) {
/**
* We are using this streams to send keep alive message between backend/ui without setting up a multiplexer
* We need to tell the multiplexer to ignore them, else we get the " orphaned data for stream " warnings
* https://github.com/MetaMask/object-multiplex/blob/280385401de84f57ef57054d92cfeb8361ef2680/src/ObjectMultiplex.ts#L63
*/
mux.ignoreStream('CONNECTION_READY');
mux.ignoreStream('ACK_KEEP_ALIVE_MESSAGE');
Expand Down

0 comments on commit 5ed0dab

Please sign in to comment.