mgravell / Pipelines.Sockets.Unofficial

.NET managed sockets wrapper using the new "Pipelines" API
Other
412 stars 54 forks source link

Xamarin.Android crash with native exception on SocketConnection.Create #45

Open GitBOUF opened 5 years ago

GitBOUF commented 5 years ago

Hi all, sorry if it's the wrong place, first time I publish an issue on GitHub.

When using Pipelines.Sockets.Unofficial version 2.0.25 in a Xamarin.Android project and in a Xamarin.Forms (netstandard 2.1) shared library, the application crash with a native exception when calling SocketConnection.Create (with any parameters) . The version 2.0.22 is working. Here are the native error crash logs: Native_Error_log.txt

Thank you!

mgravell commented 5 years ago

So it looks like something to do with loading system-buffers. Frankly I wonder if the first thing to try is : I rev all the lib deps now that 3.0 is out,and we see if it fixes it. How does that sound?

GitBOUF commented 5 years ago

Sounds good, thank you! I'll update if I find anything else related to it.