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
_logger.LogDebug("Posting invocation id:{InvocationId} on workerId:{workerChannelId}",invocationContext.ExecutionContext.InvocationId,rpcWorkerChannel.Id);
thrownewInvalidOperationException($"Function:{invocationContext.FunctionMetadata.Name} is not loaded by the language worker: {rpcWorkerChannel.Id}");
249
-
}
242
+
_logger.LogDebug("Posting invocation id:{InvocationId} on workerId:{workerChannelId}",invocationContext.ExecutionContext.InvocationId,rpcWorkerChannel.Id);
0 commit comments