Replies: 1 comment 2 replies
-
There's not really enough info here to assist much, but here are some questions -
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey there, hoping someone is able to help.
I have a Xamarin app using RabbitMQ. I've traced a memory leak in our app back to this line:
_connection = _connectionFactory.CreateConnection();
When I comment out this line, we don't have the leak. I'm wondering if anyone has experienced this? If so, what did you do to contain the leak? I'm using version 6.4.0.
The leak appears to be fixed when I do a forced garbage collection. This is not best practice however.
Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions