rstrouse / nodejs-poolController-dashPanel

A dashboard panel for tagyoureit/nodejs-poolController
37 stars 20 forks source link

SSDP doesn't populate connection properly with multiple servers running #8

Closed tagyoureit closed 3 years ago

tagyoureit commented 3 years ago

I've noticed that when I have 2 servers up and running, dashPanel finds them. However, when I pick the first one, it still populates the second one. Bonus - the 2nd server doesn't have a port and not sure why.

2020-09-13_14-58-56

2020-09-13_15-01-39

2020-09-13_14-59-05

rstrouse commented 3 years ago

This was pulling from a variable that was getting updated by each pool controller it found. This has been fixed. I could not replicate your issue with no port but I suspect this was running on port 80 which is a default port so the port # is not required or desired.

rstrouse commented 3 years ago

Closing as this has been fixed.