Commit c31c2d2d by Michael Brachmann

debugging websockets

parent 7c8affc4
......@@ -12,7 +12,7 @@ type
[ServiceContract, Model(WS_MODEL)]
IWebSocketService = interface(IInvokable)
['{673FE678-D9EF-468D-89CB-CEF26E8758BC}']
[HttpGet] procedure WebSockerConnectionHandler;
[HttpGet] function WebSockerConnectionHandler: string;
end;
implementation
......
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