Eric Feltgen
Eric Feltgen
Hi there! I've got the same problem - did you find a solution?
So you say that there is no way to range all available beacons under iOS? Is this information still up to date?
@p-j – did you find a solution to the 100% CPU utilization problem? I just did the upgrade and it works way less reliable now.
For me, the problem was a `` as the root element of a Vue component. Putting a `div` around it fixed it for me.
It would be awesome to get a modern JS build mode!
We just tested your WS chat example and that does not work with TLS either. The webpage loads but it is not able to connect to the websocket.
We only altered this line: ``` warp::serve(routes).tls().key_path("./cert.key").cert_path("./cert.crt").run(([127, 0, 0, 1], 3030)).await; ```
I've got the same problem - did you find a solution? In my testing, I found out that the method is called when I move the app to the background....