goToMain / libosdp

Implementation of IEC 60839-11-5 OSDP (Open Supervised Device Protocol); provides a C library with support for C++, Rust and Python3
https://libosdp.sidcha.dev
Apache License 2.0
130 stars 69 forks source link

File TX build command failures cause PD to go offline #99

Closed sidcha closed 5 months ago

sidcha commented 1 year ago

File transfer command build failures cause PD offline, loosing secure channel (reported in #97). Something less-intrusive needs to be done (like sending a TX abort to peer) since file ops can fail for a other reasons which shouldn't cause PD to go offline.

cc: @surendersampath