You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <summary>Entry point for the Network Thread</summary>
311
+
[HandleProcessCorruptedStateExceptions]
310
312
privatestaticvoidEventLoop()
311
313
{
312
314
//TODO: we need to move the crash handling logic outside this method, so that an app can hook up an event and device what to do: crash or keep running (dangerous!).
0 commit comments