Telemachus

Telemachus

14.7k Downloads

Web socket server causes KSP to crash on exit

richardbunt opened this issue ยท 0 comments

commented

This is probably due to Telemachus still trying to send data while the game is shutting down.

Potential fix: Consider using the game loop to trigger data sends rather than a timer.