We are having issues with an internal built applications requesting market data. The threads are getting snarled up when using RFA Jave 8.2.1 after RTC has a sudden disconnect or the rtc cloud container gets recycled. What it appears to be doing is that the threads are hanging onto the old connection so at this point instead of recovering or moving to a new rtc instance it trys to continue making requests over the dead/timeout connection that no longer exists and the thread continues to fill until it eventually runs out of memory. Is there something we can do to fix this?