mirror of
https://github.com/recroom2016/OpenRec.git
synced 2026-04-22 13:25:51 +00:00
new build
This commit is contained in:
@@ -20,8 +20,8 @@ namespace ws
|
||||
webSocketServer.AddWebSocketService<WebSocket.NotificationV2>("/api/notification/v2");
|
||||
webSocketServer.AddWebSocketService<WebSocket.NotificationV2>("/hub/v1");
|
||||
webSocketServer.Start();
|
||||
Console.WriteLine("WebSocket.cs has started.");
|
||||
Console.WriteLine("WebSocket.cs is listening.");
|
||||
Console.WriteLine("[WebSocket.cs] has started.");
|
||||
Console.WriteLine("[WebSocket.cs] is listening.");
|
||||
}
|
||||
|
||||
public class NotificationV2 : WebSocketBehavior
|
||||
|
||||
Reference in New Issue
Block a user