You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure how easy this is to replicate, but when running the demo chat app, if the connection fails immediately (due to known realtime issue 370), strangely the RealtimePresence class throws an odd error about a callback not exist. The callback is not user provided, so this is an internal error.
Not sure how easy this is to replicate, but when running the demo chat app, if the connection fails immediately (due to known realtime issue 370), strangely the
RealtimePresence
class throws an odd error about a callback not exist. The callback is not user provided, so this is an internal error.This is happening when running the demo at https://github.com/ably/demo-mobile-phonegap-cordova, the initialisation of the lib is https://github.com/ably/demo-mobile-phonegap-cordova/blob/master/www/js/app.js#L112-L116 (with log level 5), and the channel attachment and presence is pretty standard https://github.com/ably/demo-mobile-phonegap-cordova/blob/master/www/js/app.js#L150-L172
Complete log is:
The text was updated successfully, but these errors were encountered: