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
Create a server with 1000 source ($ NUM_SOURCES=1000 make dev)
Start the client and let it download the sources.
Stop the client.
Restart the client.
At step 4 the drawing of the UI appears to be blocked (I speculate this is perhaps the client loading locally stored sources and associated messages in a blocking manner). Once the UI is drawn it is completely responsive. See the following screenie for an example of this behaviour:
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
$ NUM_SOURCES=1000 make dev
)At step 4 the drawing of the UI appears to be blocked (I speculate this is perhaps the client loading locally stored sources and associated messages in a blocking manner). Once the UI is drawn it is completely responsive. See the following screenie for an example of this behaviour:
The text was updated successfully, but these errors were encountered: