We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reproduce:
Expected:
Actual:
The text was updated successfully, but these errors were encountered:
WEB本家の挙動
前提
IdobataAndroidではサービスがネットワークに接続したときにseedのunreadMessageを読み取ってnotificationを発行している。
notificationからWebViewで部屋を開くと、該当の部屋にtouchし、room_touchedイベントが発生していることも確認している。つまり、既読化は成功しているはずである。
にも関わらず、再度ネットワークに接続しなおすとseedを取得すると同内容のunreadMessageを再度受信してしまう。
Sorry, something went wrong.
ということは、、、っ!
Seedをサービスのインスタンスにキャッシュしちゃってるんじゃないかね...
ちがったねぇ。WebSocketのopen毎にSeedをクエリしてるねぇ。うーん。
No branches or pull requests
Reproduce:
Expected:
Actual:
The text was updated successfully, but these errors were encountered: