smalltalk
/
osmo-st-smpp
Archived
1
0
Fork 0

connection: Really use the right sequence number

This commit is contained in:
Holger Hans Peter Freyther 2014-06-19 15:36:37 +02:00
parent 244f9b682b
commit 1f49a50dc5
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ Osmo.OsmoStreamSocketBase subclass: SMPPConnection [
sequenceNumber: aMessage header sequenceNumber;
yourself);
body: #[].
self send: msg
writeQueue nextPut: msg toMessage asByteArray
]
receviedResponse: aMessage [