msquic on Android/Xamarin #2329
-
Hi We would like to investigate the QUIC transport layer for our connection protocol between Android mobile and the backend. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
We don't currently provide prebuilt android libraries. They are built in CI, and are easy to build in both WSL and on linux however. |
Beta Was this translation helpful? Give feedback.
-
macOS should be close - there are two failing runtime test last time I checked. But AFIK we don't have CI test coverage. That should conceptually cover iOS and Android is generally Linux-is so the code should work IMHO without real code changes. .NET (HttpClient) will just light up if the library is there so this is mostly about availability of pre-builds, right? |
Beta Was this translation helpful? Give feedback.
We don't currently provide prebuilt android libraries. They are built in CI, and are easy to build in both WSL and on linux however.
For C# wrappers, we have some very low level wrappers in the src/cs folder, but they require raw pointers and don't follow C# standards. There are some wrappers in .NET itself, but I'm not sure if they work in xamarin.