From 1f49a50dc5c1a3f8b5f006f93495b85a57c9802a Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 19 Jun 2014 15:36:37 +0200 Subject: [PATCH] connection: Really use the right sequence number --- connection/SMPPConnection.st | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connection/SMPPConnection.st b/connection/SMPPConnection.st index 05564c5..3271409 100644 --- a/connection/SMPPConnection.st +++ b/connection/SMPPConnection.st @@ -104,7 +104,7 @@ Osmo.OsmoStreamSocketBase subclass: SMPPConnection [ sequenceNumber: aMessage header sequenceNumber; yourself); body: #[]. - self send: msg + writeQueue nextPut: msg toMessage asByteArray ] receviedResponse: aMessage [