dinomov
dinomov
@LadislavBohm yes it is xamarin app, I will try to run it from standard .NET console application to see if it works, I will comment here about result later. we...
please see attached sample console application, it give following error even such package is added [src.zip](https://github.com/LadislavBohm/socket.io-client-core/files/6237084/src.zip) Unhandled exception. System.IO.FileNotFoundException: Could not load file or assembly 'Websocket.Client, Version=4.3.0.0, Culture=neutral,
How can I set namespace? I have following code on server side in socket.io ``` io.of('/call_signalling').on('connection', function(socket){ socket.on('message_sent', function (recipients){ if(recipients){ ... ```
@psinetron can you advice