feat(utilities): WS logs
This commit is contained in:
parent
c504739155
commit
5e48d5619e
1 changed files with 2 additions and 0 deletions
|
|
@ -128,6 +128,8 @@ async function get_all_agents_ids(io, socket) {
|
|||
|
||||
function extractSessionInfo(socket) {
|
||||
if (socket.handshake.query.sessionInfo !== undefined) {
|
||||
console.log("socket.handshake");
|
||||
console.log(socket.handshake);
|
||||
console.log("received headers");
|
||||
console.log(socket.handshake.headers);
|
||||
console.log("received sessionInfo");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue