Skip to content

Commit

Permalink
Merge pull request #12 from phillip-che/secure-connection-patch
Browse files Browse the repository at this point in the history
Update socket.context.tsx
  • Loading branch information
phillip-che authored Dec 3, 2023
2 parents 8c08df2 + 3f5f71d commit 5d7af7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/context/socket.context.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const socket = io(SOCKET_URL, {
reconnection: true,
upgrade: true,
transports: ['websocket', 'polling'],
secure: true,
});

const SocketContext = createContext<Context>({
Expand Down

0 comments on commit 5d7af7d

Please sign in to comment.