Commit e10dde2c by Michael Brachmann

debugging websockets

parent 1cdbf0cd
...@@ -3,18 +3,15 @@ unit Ws.Server.Module; ...@@ -3,18 +3,15 @@ unit Ws.Server.Module;
interface interface
uses uses
System.SysUtils, System.Classes, System.Generics.Collections, System.SysUtils, System.Classes,
Aurelius.Drivers.SQLite, XData.Server.Module,
Aurelius.Comp.Connection, XData.Comp.Server,
Aurelius.Drivers.Interfaces, Sparkle.Comp.Server,
XData.Aurelius.ConnectionPool, XData.Server.Module, Sparkle.Comp.Server, Sparkle.Comp.HttpSysDispatcher,
XData.Comp.Server, XData.Comp.ConnectionPool, Sparkle.Comp.HttpSysDispatcher, Sparkle.Comp.CorsMiddleware,
Aurelius.Criteria.Linq, Sparkle.Comp.GenericMiddleware,
Sparkle.HttpServer.Module, Sparkle.HttpServer.Context, Sparkle.HttpServer.Module,
Sparkle.Comp.CompressMiddleware, Sparkle.Comp.CorsMiddleware, Sparkle.HttpServer.Context;
Sparkle.Comp.GenericMiddleware, Sparkle.Middleware.WebSocket, Sparkle.Comp.WebSocketMiddleware,
Aurelius.Drivers.UniDac, UniProvider,
Data.DB, DBAccess, Uni, Sparkle.Comp.ForwardMiddleware;
type type
TWsServerModule = class(TDataModule) TWsServerModule = class(TDataModule)
......
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