We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02b1bc4 commit ecec04cCopy full SHA for ecec04c
source/IPA/IPAProtoHandler.class.st
@@ -42,7 +42,9 @@ IPAProtoHandler class >> initializeHandlers [
42
43
{ #category : #private }
44
IPAProtoHandler >> handleIdAck: aMsg [
45
- self logDebug: 'ID ACK' area: #ipa
+ self logDebug: 'ID ACK' area: #ipa.
46
+ muxer nextPut: (ByteArray with: IPAConstants msgIdAck)
47
+ with: IPAConstants protocolIPA
48
49
]
50
0 commit comments