Niklas Mollenhauer

Results 250 comments of Niklas Mollenhauer

Well, the client does not know if the user does not have the permission to see other people on the server. Any client can not distinguish between "I am the...

Is this issue resolved? It will be closed in 7 days if there is no feedback.

Though I like events, I have some trouble implementing them. The event handlers are not guaranteed to fire in the same thread as they were originally installed (because they would...

The library uses a queue internally. Maybe there is a race condition somewhere. I'll see if I can reproduce this.

I just noticed the QueryClient uses a `Queue` internally, which is not thread safe. Replacing it with a `ConcurrentQueue` may solve a problem (not sure if it would solve yours)....

Thanks for pointing this out, I'll have a look at this when I've got some spare time.

I'll need some time to get a decent test setup.

#14 is also a candidate for this list.

Most likely, #75 will contain a breaking change. Also, #58 will require some API changes. We also may streamline the method names (`Connect` -> `ConnectAsync`) to align with the .NET...