TUDelft-CNS-ATM / bluesky

The open source air traffic simulator
GNU General Public License v3.0
342 stars 239 forks source link

How to kill an orphaned BS node #489

Open nl22-nmsu opened 8 months ago

nl22-nmsu commented 8 months ago

Hello, My system (out of nowhere) starting printing an odd message "Client: Skipping stream data from unkown node". It does this on startup. I saw in a previous issue post that it's due to an orphaned BS node but I didn't see any commands or solutions to killing it. How can I handle this?

jooste commented 8 months ago

Hi @nl22-nmsu,

This depends on your OS. On Windows you can use the Task Manager for this. You can open it with the key combination Ctrl+Shift+Esc. On macOS you can use the Activity Monitor, or the kill command via the terminal. On Linux you can use kill as well.