SoftwareGuy / NodeListServer

Node List Server is a multi-purpose server list system. NodeJS powered and supports Docker.
Other
92 stars 33 forks source link

While the client is still connected, the host quits and the server is not deleted #13

Closed datongworld closed 3 years ago

datongworld commented 3 years ago

Use nodelistServer-example for testing When a client remains connected After the host exits, the server will not be deleted. When the server list is refreshed, the previous server will still be seen, but it is not reachable If there is no client connection When the host exits, the server will be deleted. When the server list is refreshed, the previous server will not be seen

How to solve it?

datongworld commented 3 years ago

A problem has been found in Unity Example