Websocket Message too long for my ESP8266??? Can we make it shorter??? THANK YOU <3
- 0
- Web
- Cloud
{"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
- Cloud Function Execution Limit Issue on ...
Hello Appwrite Team, I’m experiencing a critical issue with the cloud console. According to the pricing details on the official Appwrite website, the Pro Plan...
- Is function creation completely blocked ...
Gives the error message as given in the image when trying to create a function with GUI Also trying it from latest CLI gives the following error ``` ➜ video...
- Email already exists in database
I deployed a website with a waiting list, it sends the user email and name to the appwrite DB. It works well locally but when i deployed the website, anyone tha...