Commit 9940be71 by emsys

debugging websocket

parent c31c2d2d
......@@ -22,7 +22,7 @@ type
[ServiceImplementation]
TWebSocketService = class(TInterfacedObject, IWebSocketService)
private
procedure WebSockerConnectionHandler;
function WebSockerConnectionHandler: string;
function Health: string;
procedure ProcessJsonMessage(const AMsg: string);
end;
......@@ -31,7 +31,7 @@ implementation
{ TWebSocketService }
procedure TWebSocketService.WebSockerConnectionHandler;
function TWebSocketService.WebSockerConnectionHandler: string;
var
Upgrader: IWebSocketUpgrader;
WebSocket: IWebSocket;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment