Skip to content

Commit

Permalink
log websocket
Browse files Browse the repository at this point in the history
  • Loading branch information
Cabecinha84 committed Oct 1, 2024
1 parent 3601978 commit 1fbd8e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ZelBack/src/services/fluxCommunication.js
Original file line number Diff line number Diff line change
Expand Up @@ -712,6 +712,7 @@ async function initiateAndHandleConnection(connection) {
latency: null,
};
outgoingPeers.push(peer);
log.info(JSON.stringify(websocket));
};

// every time a ping is sent a pong as received, measure latency
Expand Down

0 comments on commit 1fbd8e5

Please sign in to comment.