forked from sh-edraft.de/sh_discord_bot
Fixed socket connect error #85
This commit is contained in:
parent
242af637f7
commit
368a00434b
@ -56,6 +56,7 @@ export class SocketService {
|
|||||||
|
|
||||||
this.socket.on("disconnect", () => {
|
this.socket.on("disconnect", () => {
|
||||||
if (this.disconnected) {
|
if (this.disconnected) {
|
||||||
|
this.spinnerService.showSpinner();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user