Tainan Felipe
Tainan Felipe
Hi @jonnyfux , I think you spotted two different issues, the first one about he xhr, it happens when a client can't stabilish a stable WS connection, so Meteor fallbacks...
I've made a test sending 20k messages to public chat and looks like the tab is freezing while the messages are being loaded
Also the scroll stop of following the bottom when a message is long https://user-images.githubusercontent.com/15806883/214127656-f1653353-fae5-44be-a767-8a690641e4ed.mp4
> @Tainan404 is this still relevant in BBB 3.0.0-beta.1 +? Nope, it was a feature of Meteor, now using graphql the amount of time is static (10sec I guess) and...
I was investigating this issue and noticed that almost every time that the second breakout is ended this bug happens
I haven't been able to reproduce this issue, is there any new detail that might help?
Hi @viglucci, I was still able to reproduce the issue. We're using apollo-client with graphql-ws on the client side and Hasura on the server, and we rely on WebSocket for...
Hi @jerelmiller, thanks a lot for the feedback and for implementing this feature 🙌. I’m testing it with `"@apollo/client": "^4.0.5"` and I’ve run into an issue. From what I saw...
When the last user that is not the presenter lose whiteboard access the count on the presentation toolbar is zeroed and the multiwhitboard is considered disabled on current 3.0, on...
I was able to reproduce the bug locally changing the settings to `userSettingsStorage: local` and changing it back to `session` the bug still happens.