Results 14 comments of EP-u-NW

WebSocket is something that got me interested recently, and it might be nice to use it with mumble. I'm not planning working on it yet (since I already have an...

I've implemented the serverside part of websockets here: https://github.com/EPNW/mumble/tree/ws For more intense testing I'll need to come up with a clientside implementation first.

Here's a small update on my findings: I've added experimental websocket support to the [dumble client's ws branch](https://github.com/EPNW/dumble/tree/ws). Then I executed the web example according to the README in different...

@Kissaki Thanks! I really appriciate your feedback😄 @Krzmbrzl made already clear that: > >What I can tell you though is that this probably won't make it into the 1.4.x series...

Take your time! We are currently using this with an own static build, so we are not in a hurry (althought it would be cool to be able to use...

So it has been longer than two weeks, sorry about that... but now I finally got time to start working on this again. I have several questions to the procedure...

So working through the comments and integrating them takes more time and effort then planned. I also realized that while this PR adds a lot of usefull things, it might...

I'm also using 4096bit keys, but on android, not on web. I've isolated the workload, maybe you wan't to take a look: https://github.com/EPNW/flutter_identity_manager/blob/2d61457c409f791d1460610f272762a56bafa047/flutter_identity_manager_android/lib/src/rsa_key_pair.dart#L36-L57 Even on android, key generation takes about...

> > > > Even on android, key generation takes about 5 seconds. I wonder if using an other random (like the on from dart directly, see #110) could speed...