#Client side listening Question

1 messages · Page 1 of 1 (latest)

magic notch
#

I am subscribing and listening for an event,
Works perfectly when running the application in debugging, but when I build for release all my features work other than the ones relying on Realtime/Listening. Has anyone ran into this issue before?

Logging in, signing up all of that still works when building for release just realtime/listening stuff breaks

magic notch
#

none that I'm getting at the moment, I did get one weird one (I got the logs from the realtime container and for the most part runs well), but this will happen sometimes
NOTICE ProcessFactory::end() (ERRNO 1005): session#45 is closed
after this error things just continue on like normal afterwards (log wise)

#

and the most confusing part is when running with debugging the feature works flawlessly, when building the apk all my other appwrite code works other than the feature relying on the realtime and event portion of things

sharp prawn
magic notch
magic notch
#

is there per chance a permission I need to add to the AndroidManifest.xml other than internet permissions for realtime to work?

sharp prawn