dnp3 / opendnp3

DNP3 (IEEE-1815) protocol stack. Modern C++ with bindings for .NET and Java.
https://dnp3.github.io
Apache License 2.0
300 stars 231 forks source link

Fix Java `LinkStatusListener` not getting called. #441

Closed emgre closed 2 years ago

emgre commented 2 years ago

Fix #423.

codecov[bot] commented 2 years ago

Codecov Report

Merging #441 (d87ad53) into develop (e8b1de4) will increase coverage by 0.02%. The diff coverage is n/a.

:exclamation: Current head d87ad53 differs from pull request most recent head 37218e7. Consider uploading reports for the commit 37218e7 to get more accurate results

@@             Coverage Diff             @@
##           develop     #441      +/-   ##
===========================================
+ Coverage    51.36%   51.39%   +0.02%     
===========================================
  Files          423      423              
  Lines        13444    13444              
===========================================
+ Hits          6906     6909       +3     
+ Misses        6538     6535       -3     
Impacted Files Coverage Δ
cpp/lib/src/ResourceManager.h 90.00% <0.00%> (-10.00%) :arrow_down:
cpp/lib/src/master/MasterTCPServer.cpp 86.95% <0.00%> (-4.35%) :arrow_down:
...lib/src/outstation/event/ASDUEventWriteHandler.cpp 42.55% <0.00%> (+2.12%) :arrow_up:
cpp/lib/src/outstation/event/ClazzCount.h 100.00% <0.00%> (+5.45%) :arrow_up:

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more