Skip to content

Commit 8f43ddc

Browse files
committed
Bugfix missing peer address in onDrop.
Fixes issue #2171 Signed-off-by: Achim Kraus <[email protected]>
1 parent e7c8ef3 commit 8f43ddc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scandium-core/src/main/java/org/eclipse/californium/scandium/DTLSConnector.java

+1
Original file line numberDiff line numberDiff line change
@@ -1936,6 +1936,7 @@ public void onError(RejectedExecutionException ex) {
19361936
final Connection connection = getConnection(peerAddress, connectionId, false);
19371937

19381938
if (connection == null) {
1939+
firstRecord.setAddress(peerAddress, router);
19391940
informListenerOfRecordDrop(firstRecord);
19401941
if (health != null) {
19411942
health.receivingRecord(true);

0 commit comments

Comments
 (0)