Generify smppSession

This commit is contained in:
David Majdandžić
2023-03-29 18:25:57 +02:00
parent d683ab870b
commit 330051382e
7 changed files with 215 additions and 297 deletions

View File

@@ -14,7 +14,6 @@ export default class ClientSessionManager extends SessionManager {
// Identifier is used in websockets to identify the type of session this manager manages
identifier: string = "client";
readonly logger: Logger = new Logger("ClientSessionManager");
readonly eventEmitter: EventEmitter = new EventEmitter();
constructor() {
super();