Skip to content

Commit

Permalink
Make AmqpConnection printOn more robust to disconnections
Browse files Browse the repository at this point in the history
  • Loading branch information
jvanecek committed Jul 29, 2024
1 parent b090402 commit 885cd2d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions source/Ansible-Protocol-Core/AmqpConnection.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,8 @@ AmqpConnection >> codec [
{ #category : 'accessing' }
AmqpConnection >> connectionPairsDescription [

^ '<1s>:<2p>-><3s>:<4p>'
expandMacrosWith: socket peerName
with: socket port
^ 'localhost:<1p>-><2s>:<3p>'
expandMacrosWith: socket port
with: hostname
with: portNumber
]
Expand Down

0 comments on commit 885cd2d

Please sign in to comment.