From one of my grain I'm trying to publish a message to RabbitMQ and it times out.
_busClient.PublishAsync(order);
Error StackTrace.
System.TimeoutException: Response did not arrive on time in 00:00:30 for message: Request cli/e7d9a3b9@8c16ff84->S10.208.6.98:30002:264346100grn/D424BB3/00000000+60176 #4: . Target History is: S10.208.6.98:30002:264346100:*grn/D424BB3/00000000+60176:.
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Orleans.OrleansTaskExtentions.<g__ConvertAsync4_0>d1.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter1.GetResult()
at ConsoleApp1.Program.d__3.MoveNext() in C:\GIT\Test\src\ConsoleApp1\Program.cs:line 162
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
at ConsoleApp1.Program.d__1.MoveNext() in C:\GIT\Test\src\ConsoleApp1\Program.cs:line 64
Any help is highly appreciated.
From one of my grain I'm trying to publish a message to RabbitMQ and it times out.
_busClient.PublishAsync(order);
Error StackTrace.
System.TimeoutException: Response did not arrive on time in 00:00:30 for message: Request cli/e7d9a3b9@8c16ff84->S10.208.6.98:30002:264346100grn/D424BB3/00000000+60176 #4: . Target History is: S10.208.6.98:30002:264346100:*grn/D424BB3/00000000+60176:.
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Orleans.OrleansTaskExtentions.<g__ConvertAsync4_0>d
1.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter1.GetResult()at ConsoleApp1.Program.d__3.MoveNext() in C:\GIT\Test\src\ConsoleApp1\Program.cs:line 162
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
at ConsoleApp1.Program.d__1.MoveNext() in C:\GIT\Test\src\ConsoleApp1\Program.cs:line 64
Any help is highly appreciated.