Skip to content

Commit

Permalink
Send credentials to server
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchangelWTF committed Oct 8, 2024
1 parent 73aab6d commit 41603b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Fika.Core/Networking/Websocket/FikaNotificationManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ public void Awake()
EmitOnPing = true
};

_webSocket.SetCredentials(SessionId, "", true);

_webSocket.OnError += WebSocket_OnError;
_webSocket.OnMessage += WebSocket_OnMessage;
_webSocket.OnClose += (sender, e) =>
Expand Down

0 comments on commit 41603b0

Please sign in to comment.