Open HollandRisley opened 3 years ago
@Marfusios - I simplified the code in the question above.. Any idea how I can completely kill all threads including the reconnector? It just keeps trying to reconnect even though I've disposed the communicator and client.
Hi, I really need help closing all websocket connections. I can't seem to get it to stop.. it keeps calling the 'Reconnection happened'.. I have tried Disposing both the communicator and the client, and I set the whole instance of this class to null from the the parent. But then every 60 secs.. I get the message reconnection happened in account socket.. even though it didn't actually connect.. the reconnector lives on! Any ideas? Here's my code.. Thanks so much in advance for any pointers! :)