Re: Trouble connecting unity example to heroku hosted server
I am having this same issue... running locally works fine, host the same code to heroku and it creates the rooms (I can see them if I GetAvailableRooms), but it never returns in Unity code... i.e. eventually I get a 503
I am using ws:// (and have tried wss:// as well as the non-working http/https directly)
Simply using the exact DemoRoom code with no changes and following the tutorial to host on heroku.
help please