fix(core): update

This commit is contained in:
2023-03-29 16:29:58 +02:00
parent 420d634e83
commit 4e9108f7df
4 changed files with 24 additions and 21 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@apiglobal/typedsocket',
version: '2.0.22',
version: '2.0.23',
description: 'a typedrequest extension supporting websockets'
}

View File

@ -113,6 +113,9 @@ export class TypedSocket {
// INSTANCE
public side: TTypedSocketSide;
public typedrouter: plugins.typedrequest.TypedRouter;
public get eventSubject() {
return this.socketServerOrClient.eventSubject;
}
private postMethod: plugins.typedrequest.IPostMethod &
((
typedRequestPostObject: plugins.typedrequestInterfaces.ITypedRequest,