summaryrefslogtreecommitdiffstats
path: root/connection
diff options
context:
space:
mode:
Diffstat (limited to 'connection')
-rw-r--r--connection/SMPPConnection.st2
1 files changed, 1 insertions, 1 deletions
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 [