Max Ammann
Max Ammann
Your docker container is based on Ubuntu 20.04, right? Maybe try to update to 22.04.
This is a different error, for sshpuffin you need libssh-dev
The docker container you mentioned is not supported.
Maybe another tlspuffin instance is already running
I'm planning on creating a reproducible nix environment. What are your current goals with tlspuffin? Right now tlspuffin does not really support fuzzing arbitrary implementations.
I can reopen this if you are hitting this problem
I think I'm hitting the same issue on iOS. The event loop is not progressing. When callling `request_redraw` on the `RedrawRequested`, no other events are progressed afterwards.
Did you run your experiments in release mode? I'm actually not entirely certain what to expect in terms of numbers. I think there are also multiple effects which play a...
> Is this linked to an issue or somewhere from the roadmap? Not yet, but we probably could create an RFC which is called "energy saving", or just directly create...
> I'm also experiencing the 100% core usage problem. I think the problem here is that the handler of `WindowEvent::RedrawRequested` calls `map.window().request_redraw()` again, effectively creating a busy wait loop, so...