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
Signal strength is great, the device is right next to us. Scan always picks it up, but when connecting it times out.
After looking through the log. This error appears:
error 16:55:01.646954 -0800 ble.net.sampleapp_ios API MISUSE: Cancelling connection for unused peripheral , Did you forget to keep a reference to it?
When that error shows up in the log, the connection fails. When that error doesn't show, it works. It has to be a timing thing. We would be happy to help track it down, as it is plaguing us, but we would need access to the iOS source code.
The text was updated successfully, but these errors were encountered:
@nexussays - Sorry, we had to switch to a different library because of this issue, and I just saw this now.
Regarding your question: #67 appears to apply to scanning, and my issue was during connection.
Signal strength is great, the device is right next to us. Scan always picks it up, but when connecting it times out.
After looking through the log. This error appears:
error 16:55:01.646954 -0800 ble.net.sampleapp_ios API MISUSE: Cancelling connection for unused peripheral , Did you forget to keep a reference to it?
When that error shows up in the log, the connection fails. When that error doesn't show, it works. It has to be a timing thing. We would be happy to help track it down, as it is plaguing us, but we would need access to the iOS source code.
The text was updated successfully, but these errors were encountered: