|
|
|
@ -4,7 +4,7 @@
|
|
|
|
|
|
|
|
|
|
import { Observable } from "rxjs";
|
|
|
|
|
import { WebSocketSubject } from 'rxjs/observable/dom/WebSocketSubject';
|
|
|
|
|
import { v1 as uuid } from "uuid";
|
|
|
|
|
import { v4 as uuid } from "uuid";
|
|
|
|
|
import { SHA256 } from "crypto-js";
|
|
|
|
|
|
|
|
|
|
export class RealTimeAPI {
|
|
|
|
@ -214,4 +214,4 @@ export class RealTimeAPI {
|
|
|
|
|
);
|
|
|
|
|
return subscription;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|