rusty21
rusty21
That makes me a little sad. It would be nice to have an alternative to Newtonsoft. Jil's speed was a huge attraction for us as we have the need to...
I am experiencing this issue too on my Galaxy J3 running android 6. Has this been looked into more? I can confirm that a 3rd party BLE scanner can find...
Xamarin caused by: android.runtime.JavaProxyThrowable: System.NotImplementedException: The method or operation is not implemented. System.Net.Sockets.SocketAsyncEventArgs.FinishOperationAsyncFailure(Exception exception, int bytesTransferred, SocketFlags flags):0 System.Net.Sockets.MultipleConnectAsync.AsyncFail(Exception e):0 System.Net.Sockets.MultipleConnectAsync.Fail(bool sync, Exception e):0 System.Net.Sockets.MultipleConnectAsync.DoDnsCallback(IAsyncResult result, bool sync):0 System.Net.Sockets.MultipleConnectAsync.DnsCallback(IAsyncResult result):0...
Looks like it's monoandroid10, or is that not what you were looking for?
Installing 0.15 seems to want to target netstandard 1.3, which causes the error, downgrading to 0.14.1 seems to target `monoandroid23` which does seem to work. Although when downgrading I also...
Installing version 0.14.1 works, but installing version 0.15 does NOT work
No the exception is thrown on version 0.15
That is true
I downloaded the source today built the WebSocket4Net.Xamarin solution in release mode. I then referenced the MonoDroid version of the dll in a test project. Put this code in the...
I'm working on a windows machine using the local workflow.