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!