Do not forget port after web server is stopped

This commit is contained in:
Rafostar
2020-12-15 14:05:48 +01:00
parent b4e52d654b
commit ca6322339f

View File

@@ -74,7 +74,6 @@ class ClapperWebServer extends Soup.Server
this.disconnect();
this.isListening = false;
this.listeningPort = null;
}
sendMessage(data)