fix(core): update

This commit is contained in:
2023-08-06 16:37:39 +02:00
parent 1b41d5e3ad
commit 64e5f30bad
5 changed files with 107 additions and 226 deletions

View File

@@ -113,7 +113,7 @@ export class TypedSocket {
// INSTANCE
public side: TTypedSocketSide;
public typedrouter: plugins.typedrequest.TypedRouter;
public get eventSubject() {
public get eventSubject(): plugins.smartrx.rxjs.Subject<plugins.smartsocket.TConnectionStatus> {
return this.socketServerOrClient.eventSubject;
}
private postMethod: plugins.typedrequest.IPostMethod &