doghappy / socket.io-client-csharp

socket.io-client implemention for .NET
MIT License
721 stars 124 forks source link

Crash App #283

Open XxspitxX opened 2 years ago

XxspitxX commented 2 years ago

Greetings

UWP APP

We are with this crash at the time of making an emit image

we were looking and the solution can be updating the nugget

Current Version : 3.0.0 Version to update : 3.0.6

But at the moment of testing in DEBUG mode everything works perfect. To pass in RELEASE mode when trying to make an EMIT VISUAL STUDIO and the APP crashes without giving any exception in the package version 3.0.6.

this are options RELEASE mode

image

Thank you we are attentive to any comments

await client.EmitAsync(socketEmits.socketEmit, messaje);