Ignore:
Timestamp:
Jun 17, 2024, 5:25:43 PM (5 months ago)
Author:
alloc
Message:

1.1.0.1 Release for V 1.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TFP-WebServer/WebServer/src/Web.cs

    r474 r487  
    172172                }
    173173
     174#if ENABLE_PROFILER
    174175                private readonly UnityEngine.Profiling.CustomSampler getContextSampler = UnityEngine.Profiling.CustomSampler.Create ("GetCtx");
     176#endif
    175177                private readonly UnityEngine.Profiling.CustomSampler authSampler = UnityEngine.Profiling.CustomSampler.Create ("Auth");
    176178                private readonly UnityEngine.Profiling.CustomSampler cookieSampler = UnityEngine.Profiling.CustomSampler.Create ("ConCookie");
     
    191193#else
    192194                        HttpListenerContext ctx = listenerInstance.EndGetContext (_result);
    193                         listenerInstance.BeginGetContext (HandleRequest, listenerInstance);
     195                        listenerInstance.BeginGetContext (handleRequestDelegate, listenerInstance);
    194196#endif
    195197                        try {
Note: See TracChangeset for help on using the changeset viewer.