spark

spark

26M Downloads

Statistics in live view do not update on Windows localhost server.

michal-luczak opened this issue ยท 1 comments

commented

Description

When i run /spark profiler start and then /spark profiler open and go to web live profiler then the statistics and timings seems to not being updated. I have my server on localhost (Windows 11). Weird is that no error at browser console occure and also Latency in live profiler updates.
image

Reproduction Steps

  1. Run Paper 1.21.1-77-master@4ff58c4 server at localhost.
  2. Execute command /spark profiler start
  3. Execute command /spark profiler open
  4. Go to given link

Expected Behaviour

Statistics should be updated through websocket every 10 seconds.

Platform Information

  • Minecraft Version: 1.21.1
  • Platform Type: Paper
  • Platform Brand: Paper
  • Platform Version: 1.21.1-77-master@4ff58c4

Spark Version

v1.10.105

Logs and Configs

No response

Extra Details

No response

commented

When I run server as docker container, statistics update correctly. Probably works properly on Linux and on Windows not.