KetoDiet

Results 1 comments of KetoDiet

Hi Riccardo, I'm not using websockets. The WebServer setup is: ` _PublicAPI = new WebServer(o => o .WithUrlPrefix($"http://*:{port}/") .WithMode(HttpListenerMode.Microsoft) .WithSupportCompressedRequests(true)) .WithModule(new ActionModule(ctx => APIs.PublicAPI.Handle(ctx)));` Changing `.WithMode` from `HttpListenerMode.Microsoft` to `HttpListenerMode.EmbedIO`...