fix non local host networking
Some checks failed
Build and Deploy / build-windows (CLANG64) (push) Has been cancelled
Build and Deploy / package-dist (push) Has been cancelled
Build and Deploy / deploy-itch (push) Has been cancelled
Build and Deploy / deploy-gitea (push) Has been cancelled
Build and Deploy / build-macos (push) Has been cancelled
Build and Deploy / build-linux (push) Has been cancelled

This commit is contained in:
2025-05-21 12:34:46 -05:00
parent 3cbb95831c
commit 449e25e0f3
2 changed files with 43 additions and 5 deletions

View File

@@ -288,6 +288,7 @@ function startServer() {
$_.portal(e => {
console.log("Portal received contact message");
// Reply with this actor to establish connection
console.log (json.encode($_))
$_.send(e, $_);
console.log("Portal replied with server actor");
}, 5678);