Skip to content

Commit

Permalink
socketio transport added
Browse files Browse the repository at this point in the history
  • Loading branch information
sinanptm committed Oct 11, 2024
1 parent e813b23 commit c7d35eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/lib/socket.io/connectSocketIO.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const connectSocketIO = ({ role, namespace }: Props) => {
auth: {
token: token,
},
transports: ['websocket'],
});

existingSocket = socket;
Expand Down

0 comments on commit c7d35eb

Please sign in to comment.