Hi,
I am creating a thread from my C# application which makes an ICE request to a server. In some cases, I abort the thread that I created. This appears to be causing an assertion failure in Outgoing.finished(BasicStream). I know aborting the thread is bad practice, and I can change my code, but I was wondering if someone can tell me what might be going on.
Thanks as always,

Reply With Quote