Apostolos Mavroukakis
Apostolos Mavroukakis
> yes and yes, it was indeed the device that capped at 64. I dont understand the delay though. Its been tested with native code with passable results as well.
I'm using write ` const writeData = (stringToWrite) => { if (stringToWrite) { console.log("writeData function", stringToWrite) const data = stringToBytes(stringToWrite); BleManager.write( peripheralId, service, characteristicRX, data, 247 ) .then(() => {...
Will try and come back to you, thanks a ton
Due to the recent blocking update i've had to update fcm and strapi to the latest version and even tried making a new clean project with strapi v4.25.10 and fcm...
Steps to reproduce, build the app and install fcm notifications. Make a user with author/editor role.