Commit 07ce1192 by Michael Brachmann

debugging websockets

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