csharp icon indicating copy to clipboard operation
csharp copied to clipboard

Client library for emitter.io compatible with .Net, .Net MicroFramework and WinRT

Results 7 csharp issues
Sort by recently updated
recently updated
newest added

hey guys, i need your help once again. I deployed an instance of emitter.io server on my kubernetes cluster, everything configured properly, exposed it via an nginx ingress I can...

You can pass some parameters when creating the connection (client). I see a pram for the broker, the port, secure, but then there's just a generic paramArray. What goes there?...

hey guys, could you push the latest version of this to nuget please? id rather not to include a copy of the project in my solution if possible. thanks

i did a simple test (which work with MQTTnet but do not work with emitter - can you make it working) --------------- code ---------------------- ```csharp using System; using System.Text; using...

Hi, We wrote the following code to do dynamic key generation for a channel and publish message to this channel using key generated. But publish is not working... Code looks...

While running this code (using the Emitter nuget on a .net core console project): ``` var emitter = new Emitter.Connection(); emitter.Connect(); emitter.GenerateKey("MY_SECRET_KEY_COPIED_FROM_CONSOLE", "chat/", Emitter.Messages.EmitterKeyType.ReadWrite, (r) => { // This never...

Randomly when trying to disconnect emitter (on the same thread where `Connect` was called), I get an exception "Invalid nested call". This is inconsistent and only happens about half the...