Skip to content

Commit ecec04c

Browse files
Roch-Alexandre Nominezecke
authored andcommitted
Respond to IdAck with IdAck
1 parent 02b1bc4 commit ecec04c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

source/IPA/IPAProtoHandler.class.st

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ IPAProtoHandler class >> initializeHandlers [
4242

4343
{ #category : #private }
4444
IPAProtoHandler >> handleIdAck: aMsg [
45-
self logDebug: 'ID ACK' area: #ipa
45+
self logDebug: 'ID ACK' area: #ipa.
46+
muxer nextPut: (ByteArray with: IPAConstants msgIdAck)
47+
with: IPAConstants protocolIPA
4648

4749
]
4850

0 commit comments

Comments
 (0)