Skip to content

Commit

Permalink
Bugfix missing peer address in onDrop.
Browse files Browse the repository at this point in the history
Fixes issue #2171

Signed-off-by: Achim Kraus <achim.kraus@cloudcoap.net>
  • Loading branch information
boaks committed Sep 4, 2023
1 parent e7c8ef3 commit 8f43ddc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1936,6 +1936,7 @@ public void onError(RejectedExecutionException ex) {
final Connection connection = getConnection(peerAddress, connectionId, false);

if (connection == null) {
firstRecord.setAddress(peerAddress, router);
informListenerOfRecordDrop(firstRecord);
if (health != null) {
health.receivingRecord(true);
Expand Down

0 comments on commit 8f43ddc

Please sign in to comment.