Hi, I’ve developed a .Net Service applicaiton and added a signalR hub. The service seems to work and start without errors. But when I try to connect from my wearable web app using the SignalR js client I get error “failed: Error in connection establishment: net::ERR_CONNECTION_REFUSED”
I know server applications typically use messageport for comms, but i’m trying to port some signalR service logic and code to use as communication between my client and service.
SignalR Server in Tizen.Net Service application
Hi, I’ve developed a .Net Service applicaiton and added a signalR hub. The service seems to work and start without errors. But when I try to connect from my wearable web app using the SignalR js client I get error “failed: Error in connection establishment: net::ERR_CONNECTION_REFUSED”
I know server applications typically use messageport for comms, but i’m trying to port some signalR service logic and code to use as communication between my client and service.
Server Startup.cs
I’ve added these to my client config.xml
connecting like this:
Is there somethig in the .Net manifest I need to declare to allow a tcp port maybe?
Anyone know if this should work? and if not, why not?
Cheers
Devron
BY
16 Apr 2025
Tizen Studio
BY
04 Nov 2024
Tizen Studio
BY
02 Apr 2024
Tizen Studio