In my own uno.platform solution i'm tryng to call signalR hub. In console projects all works fine, but when execute same code in UWP projects i obtain follow error: Exception thrown: 'System.Net.Http.HttpRequestException' in System.Private.CoreLib.dll
MyCode is:
_connection = new HubConnectionBuilder() .WithUrl("http://192.168.0.254:5000/hubs/local") .WithAutomaticReconnect() .Build(); await _connection.StartAsync();
1.4m articles
1.4m replys
5 comments
57.0k users