When the distant device application gets killed, I would like to disconnect properly from my side, I am receiving only one log from the library internals:
./Pods/BlueCapKit/BlueCapKit/Central/Peripheral.swift:peripheral(_:didModifyServices:):332
As it is not forwarded anywhere, and the Peripheral registers as the CBDelegate, I cannot handle the notification from my side.
Do I have to modify the source code to forward that message or am I missing something?
Thanks for your support,