summaryrefslogtreecommitdiffstats
path: root/connection/SMPPConnection.st
diff options
context:
space:
mode:
Diffstat (limited to 'connection/SMPPConnection.st')
-rw-r--r--connection/SMPPConnection.st2
1 files changed, 1 insertions, 1 deletions
diff --git a/connection/SMPPConnection.st b/connection/SMPPConnection.st
index 3271409..b80cb0a 100644
--- a/connection/SMPPConnection.st
+++ b/connection/SMPPConnection.st
@@ -70,7 +70,7 @@ Osmo.OsmoStreamSocketBase subclass: SMPPConnection [
connect [
super connect.
- nextSeq := 0.
+ nextSeq := 1.
writeQueue := SharedQueue new.
self scheduleBindTrx.
]