neurosity/neurosity-sdk-js

Long setTimeout. ReactNative Android complains

larskarbo opened this issue · 2 comments

Getting this warning often when running notion-js on android:
image

Don't know if it is some other way to do it in notion-js or if I should try to silence the warning.

The long timer is important for our time synchronization strategy. I can't think of a way to silence this warning since it looks it is produced by Android.

@larskarbo Are you initializing notion with timesync enabled?

new Notion({
  timesync: true
});