DEV Community

Discussion on: [Unity] Communicate with SignalR from Unity

Collapse
 
warriorwork profile image
WarriorWork

Hi!
In Mac OS it should work? Because when I run it on MAC I cannot connect to the Server by:
connection = new HubConnectionBuilder()
.WithUrl("localhost:5000/chatHub")
.Build();

The HubConnection.ConnectionID is empty. In others platforms it works but only in MacOS it doesn't work... Do you have any idea?