Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upBrowser performance: Start gathering ice candidates immediately #189
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ice candidate gathering is currently the slowest part of http://instant.io – it's why it sometimes takes seconds to start downloading. Let's generate some ice candidates as soon as the webtorrent library is loaded, and not just when
client.downloadorclient.seedis called so they'll be ready to go sooner.