You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the nuget in version 3.0.6
I created a new project in Xamarin forms with the following code in the MainPage constructor, but it doesn't work.
It stays in a loop reconnecting.
I did the same in a new project in Maui .NET and it works !
I don't understand what's going on, it should be compatible with Xamarin forms
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am using the nuget in version 3.0.6
I created a new project in Xamarin forms with the following code in the MainPage constructor, but it doesn't work.
It stays in a loop reconnecting.
I did the same in a new project in Maui .NET and it works !
I don't understand what's going on, it should be compatible with Xamarin forms
Does anyone know what's wrong?
Code:
public MainPage()
{
InitializeComponent();
Could you help me @doghappy ? it's a simple example but it doesn't work in Xamarin
Or does anyone have an example?
Beta Was this translation helpful? Give feedback.
All reactions