Ignore:
Timestamp:
Jul 23, 2024, 6:49:56 PM (4 months ago)
Author:
alloc
Message:

*Fixed: Chat code
*Fixed: SSE connection counting, added connection set up logging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TFP-WebServer/WebServer/src/UrlHandlers/SseHandler.cs

    r487 r499  
    6868                        SseClient client;
    6969                        try {
    70                                 client = new SseClient(this, _context.Response);
     70                                client = new SseClient(this, _context);
    7171                        } catch (Exception e) {
    7272                                Log.Error ($"[Web] [SSE] In {nameof (SseHandler)}.HandleRequest(): Could not create client:");
Note: See TracChangeset for help on using the changeset viewer.