UWNetworksLab / uProxy-p2p

Internet without borders
https://www.uproxy.org/
Apache License 2.0
866 stars 180 forks source link

The create server button freezes the UI #2863

Open fortuna opened 7 years ago

fortuna commented 7 years ago

On mobile, when you click the "create server" button, the UI freezes. I believe the key generation is CPU intensive and happens in the UI thread. We may need to run it on a Web Worker.