Closed Wisien999 closed 1 year ago
I'm on the bugfix. If successful, I schedule a bugfix release 3.9.1 for Thursday.
If possible, please verify the bugfix.
Sorry for the late response. That's exactly what I meant. Should work. Thank you.
OK, then I schedule a Bugfix Release 3.9.1 for next Thursday.
See #2181
I noticed there is a case where
org.eclipse.californium.scandium.DatagramFilterExtended#onDrop(org.eclipse.californium.scandium.dtls.Record)
is called withpeerAddress
set to null. It can cause some problems (It did in my organization). Seems like this is the only such situation. Would it be possible to addfirstRecord.setAddress(peerAddress, router)
one line above? I should solve the issue. Also as I would consider it a bug is it possible to release this fix quickly with patch version change?