Izzy

Results 4 comments of Izzy

Same issue with an RX 480 and i5 4690

Also wondering about this, if a server needs to authenticate allowed client public keys, is there any way to do this using these bindings? From [docs](http://curvezmq.org/page:read-the-docs): > This gives us...

To answer my own question: `auth.Curve("dir/with/allowed_certs")` seems to do the trick - if you want to allow any clients, replace with "*". Otherwise any public certificates will be read from...

I'm also experiencing this in very minimal repo steps. ~~My instinct is this is more on the winit side~~ 1. Open wgpu-example-02-hello-window 2. `cargo run` (--release) 3. 100% CPU usage...