Languages

Menu
Sites
Language
Problems with .Net Core SignalR Client in Tizen

I am developping a Xamarin.Forms TV app that should be compatible with Windows(UWP), Android and TizenTV. I am using .Net Core SignalR Client (Nuget: Microsoft.AspNetCore.SignalR.Client). The App works fine on Windows & Android but I can't get it to Work on Tizen (main Code is the same). Especially one line of code from signalR is not Working.

hubConnection = new HubConnectionBuilder().WithUrl(apiUrl+ "registration-hub").Build();

If it is excecuted in an Emulator with the Visual Studio Debugger, the debugger just leaves the thread and doesn't continue after this line.
It doesn't log errors or anything else. If try to change the Exception Settings in Visual Studio i get this notification:

 

"This debug engine does not support exception conditions. The condition(s) will be ignored."

 

I tried updating & downgrading packages but nothing worked. I can reproduce this in new empty .Net Tizen Projects.

Thanks for your Help

 

Edited by: Scholer on 25 Nov, 2020

Responses

1 Replies
Tizen .NET

Hello
Thank you for reaching out to us.
When I test with an empty 'Tizen XAML app (Xamarin.Forms)' app template,
the debugger seems to be working on Samsung TV emulator 5.5. (The current version of 'Visual Studio Tools for Tizen' is 3.3)
Anyway, I'll ask SDK team about the message you shared.
Thanks.