Discuss test project #2
-
@gradx - I'm assuming if the issue happens during a load test run, it will appear in the
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 8 replies
-
@gradx I assume that since I did not see any exceptions, and that
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
@gradx - you must not use the body outside of the I'm 99.99% certain this is the cause of your issue. It's probably not as well-documented as it should be. If I have time I may have some suggestions for interacting with the consumer that could work better than using reset events. |
Beta Was this translation helpful? Give feedback.
@gradx - you must not use the body outside of the
Received
event handler. If you do, it must be copied, as the memory is reclaimed when the event handler exits/~https://github.com/lukebakken/rabbitmq-dotnet-client-1660/pull/3/files#diff-80abe01ed5555f837d89dda4ebefde408b654d8c75321261236314400e4e3299R85
I'm 99.99% certain this is the cause of your issue. It's probably not as well-documented as it should be.
If I have time I may have some suggestions for interacting with the consumer that could work better than using reset events.