错误:主管正在停止,不能创建其他范围

时间:2018-04-14 01:03:56

标签: rabbitmq masstransit

这是错误详情

System.OperationCanceledException: The supervisor is stopping, no additional 
scopes can be created
at MassTransit.Util.TaskSupervisor.CreateScope(String tag)
at MassTransit.Util.TaskScope.MassTransit.Util.ITaskSupervisor.CreateScope(String tag)
at MassTransit.Util.TaskSupervisorExtensions.CreateScope(ITaskSupervisor supervisor, String tag, Func`1 afterStopped)
at MassTransit.RabbitMqTransport.Integration.RabbitMqModelCache.ModelScope..ctor(ITaskScope supervisor)
at MassTransit.RabbitMqTransport.Integration.RabbitMqModelCache.Send(IPipe`1 connectionPipe, CancellationToken cancellationToken)
at MassTransit.RabbitMqTransport.RabbitMqSendTransport.<MassTransit-Transports-ISendTransport-Send>d__6`1.MoveNext()
--- The last part of the stack trace in the previous location that caused the exception ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at MassTransit.RabbitMqTransport.Pipeline.RabbitMqBasicConsumer.<RabbitMQ-Client-IBasicConsumer-HandleBasicDeliver>d__19.MoveNext()

这个错误会按时出现,如何解决他,请求帮助!!!!!!!!

0 个答案:

没有答案
相关问题