Is it possible in theory to use SignalR Core in Meadiw?

Hi, I was trying to connect to a aspnetcore.signalr server and Meadow kept hanging on connection.StartAsync(). I am starting to think that it is not possible. Any thoughts?

Thank you

Did you get a way around it ?

No. I set the project aside for now. I might give it another try with the new updates

@wayne94david
I started playing with this project again.
I got my board to connect to the HUB but it still hangs on StartAsync(). With client hubconnection console logging from Meadow, I know a bit more. It seems that it hangs when starting the WebSocket transport. To be honest, it is over my head for now. But I’ll probably dig a bit deeper this time.

[2022-09-06 21:22:09] Meadow StdOut: Starting SignalR
[2022-09-06 21:22:26] Meadow StdOut: e[40me[37mdbuge[39me[22me[49m: Microsoft.AspNetCore.SignalR.Client.HubConnection[40]
      Registering handler for client method 'ReceiveAngle'.
[2022-09-06 21:22:26] Meadow StdOut: e[40me[37mdbuge[39me[22me[49m: Microsoft.AspNetCore.SignalR.Client.HubConnection[40]
      Registering handler for client method 'ReceiveUnitOn'.
[2022-09-06 21:22:26] Meadow StdOut: e[40me[37mdbuge[39me[22me[49m: Microsoft.AspNetCore.SignalR.Client.HubConnection[40]
      Registering handler for client method 'ReceiveDistance'.
[2022-09-06 21:22:26] Meadow StdOut: Trying to connect
[2022-09-06 21:22:27] Meadow StdOut: e[40me[37mdbuge[39me[22me[49m: Microsoft.AspNetCore.SignalR.Client.HubConnection[41]
      Starting HubConnection.
[2022-09-06 21:22:29] Meadow StdOut: e[40me[37mdbuge[39me[22me[49m: Microsoft.AspNetCore.Http.Connections.Client.HttpConnection[1]
      Starting HttpConnection.
[2022-09-06 21:22:29] Meadow StdOut: e[40me[37mdbuge[39me[22me[49m: Microsoft.AspNetCore.Http.Connections.Client.HttpConnection[8]
      Establishing connection with server at 'http://[LOCAL_IP_ADDRESS]:3000/laserhub'.
[2022-09-06 21:22:39] Meadow StdOut: e[40me[37mdbuge[39me[22me[49m: Microsoft.AspNetCore.Http.Connections.Client.HttpConnection[9]
      Established connection 'R6bmArouAGx1pPKNLNy4kg' with the server.
e[40me[37mdbuge[39me[22me[49m: Microsoft.AspNetCore.Http.Connections.Client.HttpConnection[7]
      Starting transport 'WebSockets' with Url: http://[LOCAL_IP_ADDRESS]:3000/laserhub.
[2022-09-06 21:22:39] Meadow StdOut: e[40me[32minfoe[39me[22me[49m: Microsoft.AspNetCore.Http.Connections.Client.Internal.WebSocketsTransport[1]
      Starting transport. Transfer mode: Text. Url: 'ws://[LOCAL_IP_ADDRESS]:3000/laserhub?id=1iXdP5s0gjoQrgO_8zq04Q'.

Board: F7 v2
Hub : Blazor Server APP on localhost
iiexpress-proxy to open server on local network