Friedrich von Never
Friedrich von Never
@KotM, `AutoPresence = false` is pretty safe (at least if you don't need this functionality actually), and it seems like it reduces the amount of deadlocks in the code. I...
For now, I'm thinking about replacing the `JabberClient` internals with some actor system such as Akka.NET that should solve the problems (partially, at least). Event dispatching should be asynchronous and...
Probably that's a network connection issue? Theoretically, Jabber-Net should generate error event in that case, but not every network issue can be reliably detected by client. 1. I'll check if...
@toledomatias currently I'd recommend you to implement ping yourself. Joe Hildebrand, original Jabber-Net author, have written [this](http://stackoverflow.com/a/23900522/2684760) excellent answer at StackOverflow that could help you.
I've decided to port all the GUI projects back to regular MSBuild for now. After that the solution may be merged.
Jabber response is not delivered to recipient if sendnig thread is the same that was listened before
Yeah, I'm aware of gross threading issues in Jabber-Net and I'm trying to fix them whenever I can. It is likely that your issue is caused by Jabber-Net code. The...
Jabber response is not delivered to recipient if sendnig thread is the same that was listened before
Could you please also provide information about what version are you using?
Jabber response is not delivered to recipient if sendnig thread is the same that was listened before
Yes, I understand that #95 is critical pretty much for everyone. It is very painful to fix, but I'm working on it.
~~Not a very good idea to introduce merge commits in a pull request. Better rebase that.~~
What .NET version are you using? Have you tried [the solution from StackOverflow](https://stackoverflow.com/a/35321007/2684760)?