Skip to content

Commit

Permalink
update balancer id in balancerconn
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Giraldo committed Mar 12, 2024
1 parent dc36588 commit b16def7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/clientmanager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@ async function onBalancerMessage(conn: BalancerConnection, message: MsgB2M) {
},
init: async message => {
const msg = message.payload;
conn.id = msg.id;
log.info(`Received init message: ${JSON.stringify(msg)}`);
},

Check warning on line 340 in server/clientmanager.ts

View check run for this annotation

Codecov / codecov/patch

server/clientmanager.ts#L336-L340

Added lines #L336 - L340 were not covered by tests
};
Expand Down

0 comments on commit b16def7

Please sign in to comment.