Ryan Powell
Ryan Powell
Do you perhaps delete the client and or the callbacks somewhere in your code? This very much reminds me of this: https://github.com/h2zero/NimBLE-Arduino/issues/900
Thanks @dcodeIO, a bit of an oversight for sure. If the connect call fails then the event isn't triggered that would delete the client instance so this may need to...
Hello @dcodeIO, this could go either way and is a bit of an oversight. The trouble is that the client returned is not connected even though it's trying to, though...