apohl79 / audiogridder

DSP servers using general purpose computers and networks
https://audiogridder.com
MIT License
761 stars 79 forks source link

Server management overhaul #1014

Closed apohl79 closed 2 years ago

apohl79 commented 2 years ago

Discussed in https://github.com/apohl79/audiogridder/discussions/1010

Originally posted by **Henri75** September 4, 2022 This small isssue is there for a while now, but checking the log for something else I decided to go with it. In the plugin, the server list is not correctly updated : sometimes a server is only with its name, sometimes with its IP. Worst, it change from session to session, so you never now. Here is an example where there is only 3 servers among the 6 remote server I use : one is listed with its name, the other with the IP (see screenshot) ![Screen Shot 2022-09-04 at 16 56 04](https://user-images.githubusercontent.com/56123216/188319886-ccbde6a7-1153-4b35-9865-3ff2a14aa857.png) In the Tray log I can see the line showing both servers discovered with their IP and name, so it should be reflected in the server list in the tray. [16:42:37.698|mdns|12b82aff0] Server(name=Mac-mini, host=192.168.1.31, id=0, uuid=5bfab070-62ea-4152-9762-5a86466594eb, localmode=0, version=dev-build, load=1.87074) [16:42:37.698|mdns|12b82aff0] Server(name=Mini, host=192.168.1.10, id=0, uuid=49068b62-971d-4434-b0af-3166f2debb33, localmode=0, version=dev-build, load=8.11236) Moreover there should be only 3 servers showing in the list (3 are powered on). 127.0.0.1 is not launched (for a couple of weeks) and the 192.168.1.14 too. But they still appears in the list, which should'nt be the case.