Logging erweitern um IP-Adressen #70-4 (#85) #87

Merged
edraft merged 4 commits from #85 into #70 2022-10-25 21:24:28 +02:00
Showing only changes of commit 368a00434b - Show all commits

View File

@ -56,6 +56,7 @@ export class SocketService {
this.socket.on("disconnect", () => {
if (this.disconnected) {
this.spinnerService.showSpinner();
return;
}