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
Looking the websocket traffic, I can see that data already arrived on browser:
PS: discussing with @GuiLeme he mentioned that a refactor is needed in BBB createUseSubscription function (see here), as it's not currently exposing the loading attribute.
The text was updated successfully, but these errors were encountered:
The below code always logs loading=true, however, the loading should become false when the initial data of this hook was received.
Looking the websocket traffic, I can see that data already arrived on browser:
PS: discussing with @GuiLeme he mentioned that a refactor is needed in BBB
createUseSubscription
function (see here), as it's not currently exposing theloading
attribute.The text was updated successfully, but these errors were encountered: