Replies: 1 comment 5 replies
-
@snovak7 thanks for using RabbitMQ and this library. As of yet there is no evidence that this behavior is due to an issue with this library, so I have converted the issue to a discussion.
I'm not sure what this means. Does this mean you used this library in your framework successfully?
Can you please tell me exactly how to do this so I don't spend time trying to figure out how? Thanks. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
When writing an adapter for Orleans Framework, I stumbled upon very specific TimeoutException which is hardcoded to 60minutes, this only happens inside Orleans contained runtime.
Having a more simplistic integration test which doesn't use Orleans, it worked without problems, as described in the documentation.
For now I downgraded to version 5.2.0 where it is working under such conditions.
Reproduction steps
...
Expected behavior
CreateConnection returns the connection instead of waiting time
Additional context
It occurred on my two Windows 11 machines
Orleans 7.1.2 is used with .NET 7
I used the latest RabbitMQ Server 3.11.13 on Windows
I also implemented the Stream Client version, which works perfectly.
Beta Was this translation helpful? Give feedback.
All reactions