pusher/chatkit-client-js

setReadCursor takes too long

Closed this issue · 3 comments

When I'm trying to update my read cursor, it takes about 1 minute and 15 seconds to get a response. Is it a temporary server issue or am I missing something?

currentUser.setReadCursor({roomId, position}) .then(() => console.log("Updated read cursor", roomId, position));

By the way, I've just noticed that it updates instantly in iOS. The problem appears to be in Android only.

Hi today I noticed that setReadCursor kill the Chat listener....after applying setReadCursor ....onRoomUpdated doesn't fire anymore.....problem is only on Android (
Do you know that can be the problem?

If this is a problem only with Android, can you please make an issue on the Android SDK? Closing this on the assumption that the issue is with the Android SDK not the Javascript SDK.