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
// The subscriber of WorkerErrorEvent is expected to Dispose() the errored channel
61
+
_workerProcessLogger.LogDebug(httpWorkerProcessExitException,$"Language Worker Process exited. Pid={httpWorkerProcessExitException.Pid}.",_workerProcessArguments.ExecutablePath);
_logger.LogDebug("Received WorkerErrorEvent for runtime:{runtime}, workerId:{workerId}",workerError.Language,workerError.WorkerId);
290
+
_logger.LogDebug("WorkerErrorEvent runtime:{runtime} does not match current runtime:{currentRuntime}. Failed with: {exception}",workerError.Language,_workerRuntime,workerError.Exception);
// The subscriber of WorkerErrorEvent is expected to Dispose() the errored channel
57
+
_workerProcessLogger.LogDebug(rpcWorkerProcessExitException,$"Language Worker Process exited. Pid={rpcWorkerProcessExitException.Pid}.",_workerProcessArguments.ExecutablePath);
0 commit comments