Open Psypher9 opened 1 year ago
By the way, is the Web Player a part of this project?
It's not, but it should be. I think it would make sense to adapt the web player and the admin panel code together into one piece to make it easier to manage. At the moment the reason the web player doesn't work is a domain issue. It needs to target play.riftshadow.org instead of the previous target.
Ah I see. So is the web player making telnet calls or is it co-located with the server and making in memory calls directly?
It's a web player that makes a socket connection for cleanliness. It should make porting the code much easier. I'll get the website code into the repo tonight after I run it through a sanitization check.
I was just poking around on the Production Blazor Web Player and when I click the
Connect
button, I see an error and neither the Console or Network logs show good error messages to know what might be going on.Blazor Web Player
Repro Steps
Connect
button