Port more code

This commit is contained in:
David Majdandžić
2023-03-28 02:26:46 +02:00
parent a26dbcc231
commit fae2729856
4 changed files with 247 additions and 96 deletions

View File

@@ -60,6 +60,9 @@ let logger = new Logger("main");
import {Client} from "./client";
let client: Client = new Client(0, "smpp://localhost:7001", "test", "test");
client.connectAndBind().then(() => {
console.log("POGGIES");
});
// class ClientSession {
// // TODO: Enable requesting DRs