You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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,
The text was updated successfully, but these errors were encountered:
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,
The text was updated successfully, but these errors were encountered: