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
For each connection, we currently gather the streamIds and resolve the streams from Swarm.
However, we could optimize this/reduce the number of calls to Swarm by making just one call to Swarm for streamIds across all connections & then assign the streams to their respective connections.
For each connection, we currently gather the streamIds and resolve the streams from Swarm.
However, we could optimize this/reduce the number of calls to Swarm by making just one call to Swarm for streamIds across all connections & then assign the streams to their respective connections.
Please see #1 (comment)
The text was updated successfully, but these errors were encountered: