PrismarineJS/prismarine-viewer

The issue has been closed
web_client always times out #126
theonlygusti posted onGitHub
web_client example always times out:
Connected to localhost:25565 (de8fdb9498a81150bd0149c6fcc7b24cecdd157be43dfcfc4b9014314652f3cc)
Forwarding socket with token de8fdb9498a81150bd0149c6fcc7b24cecdd157be43dfcfc4b9014314652f3cc
Connected to localhost:25565 (5b274b4949ff83f606d6b5ca70c59a2d5a66ea323b47f99ead3ceca08cb1e63b)
Forwarding socket with token 5b274b4949ff83f606d6b5ca70c59a2d5a66ea323b47f99ead3ceca08cb1e63b
TCP connection closed by remote (de8fdb9498a81150bd0149c6fcc7b24cecdd157be43dfcfc4b9014314652f3cc)
Websocket connection closed (de8fdb9498a81150bd0149c6fcc7b24cecdd157be43dfcfc4b9014314652f3cc)
TCP connection closed by remote (5b274b4949ff83f606d6b5ca70c59a2d5a66ea323b47f99ead3ceca08cb1e63b)
Websocket connection closed (5b274b4949ff83f606d6b5ca70c59a2d5a66ea323b47f99ead3ceca08cb1e63b)
Connected to localhost:25565 (b0d1b137f45d2976dff9f846bbe0aaf31969205b4485ff25d6257524abb3fe28)
Forwarding socket with token b0d1b137f45d2976dff9f846bbe0aaf31969205b4485ff25d6257524abb3fe28
Connected to localhost:25565 (24a6b2d8b679140361ceb90539470cc6105bd91a549dc8fea0b1ab745c6861a4)
TCP connection closed by remote (b0d1b137f45d2976dff9f846bbe0aaf31969205b4485ff25d6257524abb3fe28)
Websocket connection closed (b0d1b137f45d2976dff9f846bbe0aaf31969205b4485ff25d6257524abb3fe28)
Forwarding socket with token 24a6b2d8b679140361ceb90539470cc6105bd91a549dc8fea0b1ab745c6861a4
TCP connection closed by remote (24a6b2d8b679140361ceb90539470cc6105bd91a549dc8fea0b1ab745c6861a4)
Websocket connection closed (24a6b2d8b679140361ceb90539470cc6105bd91a549dc8fea0b1ab745c6861a4)
[14:31:33 INFO]: UUID of player pviewer_person is b5ccc8ad-2c12-3b62-8f45-77cd3f4061a3
[14:31:33 INFO]: pviewer_person joined the game
[14:31:33 INFO]: pviewer_person[/127.0.0.1:54835] logged in with entity id 1 at ([world]8.5, 56.0, 8.5)
[14:31:48 INFO]: pviewer_person lost connection: Timed out
[14:31:48 INFO]: pviewer_person left the game
[14:32:47 INFO]: UUID of player pviewer_person is b5ccc8ad-2c12-3b62-8f45-77cd3f4061a3
[14:32:47 INFO]: pviewer_person joined the game
[14:32:47 INFO]: pviewer_person[/127.0.0.1:54852] logged in with entity id 3 at ([world]8.5, 56.0, 8.5)
[14:33:02 INFO]: pviewer_person lost connection: Timed out
[14:33:02 INFO]: pviewer_person left the game
(There are so many errors because I refresh localhost:8080 to try and reconnect, but then it just times out again)
I have tried starting server with different -Dfml.readTimeout
values, and always get the same problem