Removed synchro services

This commit is contained in:
Eudes Inácio
2021-10-19 09:41:06 +01:00
parent a4a730a87e
commit c7eada815d
17 changed files with 197 additions and 220 deletions
+4 -4
View File
@@ -21,7 +21,7 @@ export interface wss {
providedIn: 'root'
})
class SynchroService {
[x: string]: any;
/* [x: string]: any;
private connection!: WebSocket;
private id: string = uuidv4();
@@ -204,12 +204,12 @@ class SynchroService {
private onerror = (event: any) => {
console.log(`[error] ${event.message}`);
}
} */
}
export const synchro = new SynchroService()
/* export const synchro = new SynchroService()
synchro.setUrl()
synchro.connect()
window['synchro'] = synchro
window['synchro'] = synchro */