Commit 07ce1192 by Michael Brachmann

debugging websockets

parent c04b587e
......@@ -20,8 +20,9 @@ uses
type
[ServiceImplementation]
TWebSocketService = class(TInterfacedObject, IWebSocketService)
private
public
function WebSockerConnectionHandler: string;
private
function Health: string;
procedure ProcessJsonMessage(const AMsg: string);
end;
......
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