{"type":"event","data":{"events":["databases.66b52af30037a607d977.collections.66f9f6c600186f9e6cd7.documents.94B97E01B114.update","databases..collections..documents..update","databases.66b52af30037a607d977.collections..documents.94B97E01B114.update","databases..collections..documents.94B97E01B114.update","databases..collections.66f9f6c600186f9e6cd7.documents.94B97E01B114.update","databases.66b52af30037a607d977.collections.66f9f6c600186f9e6cd7.documents..update","databases..collections.66f9f6c600186f9e6cd7.documents..update","databases.66b52af30037a607d977.collections..documents..update","databases.66b52af30037a607d977.collections.66f9f6c600186f9e6cd7.documents.94B97E01B114","databases..collections..documents.","databases.66b52af30037a607d977.collections..documents.94B97E01B114","databases..collections..documents.94B97E01B114","databases..collections.66f9f6c600186f9e6cd7.documents.94B97E01B114","databases.66b52af30037a607d977.collections.66f9f6c600186f9e6cd7.documents.","databases..collections.66f9f6c600186f9e6cd7.documents.","databases.66b52af30037a607d977.collections..documents.","databases.66b52af30037a607d977.collections.66f9f6c600186f9e6cd7","databases..collections.","databases.66b52af30037a607d977.collections.","databases..collections.66f9f6c600186f9e6cd7","databases.66b52af30037a607d977","databases.*"],"channels":["documents","databases.66b52af30037a607d977.collections.66f9f6c600186f9e6cd7.documents","databases.66b52af30037a607d977.collections.66f9f6c600186f9e6cd7.documents.94B97E01B114"],"timestamp":"2025-02-01T05:00:47.511+00:00","payload":{"model":"4rth723232","MAC":"94:B9:7E:01:B1:14","status":
"payload":{"model":"4rth723232","MAC":"94:B9:7E:01:B1:14","status":"aa","ip":"192.168.0.113","name":"la negritaa","userId":"677324ab003533a3800b","$id":"94B97E01B114","$createdAt":"2024-11-15T00:14:41.795+00:00","$updatedAt":"2025-02-01T05:00:47.455+00:00","$permissions":["read(user:66fe05a97c2a2a90b111)","update(user:66fe05a97c2a2a90b111)","delete(user:66fe05a97c2a2a90b111)"],"$databaseId":"66b52af30037a607d977","$collectionId":"66f9f6c600186f9e6cd7"}}}
Hahaha... I can't even paste the msg here
so the thing is the msg received is tooo long for my ESP8266 (Arduino micro controller) when connecting to Websocket Appwrite
So it crashes
Can we make it shorter plesae?
Im seeing a lot of events
Im subscribed to more than 1 chanel or what?
so this is a microcotroller so it can't handle this big chunk
I see channel 3?¿
- I tried editing channel parameter when suscribing
- i tried editing events parameter when suscribing
- i tried an Appwrite Function to make the websocket message generated shorter
Recommended threads
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Appwrite Storage error 503s for automate...
I'm facing error 503s from Appwrite after about 5-6 seconds of making AI requests from my tool with images and files above 20MB (=> not inline base64 used, but ...
- Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the ca...