Sebastian Hoffmann

Results 49 comments of Sebastian Hoffmann

I need this feature as well, as i want to calculate throughput as part of the benchmark. Its currently impossible to access the `BenchmarkStats` without a custom Reporter. I see...

Conceptually the calculated statistics have to be saved at this place: https://github.com/catchorg/Catch2/blob/b1b5cb812277f367387844aab46eb2d3b15d03cd/include/internal/benchmark/catch_benchmark.hpp#L82 Either implicitly in the following call to `benchmarkEnded()` or explicitely. Alternatively one can also consider "returning" the results...

This is only slightly related to this specific issue but maybe we should change the policy for authmethods. There should be a core set of mandatory authentication methods every router...

Again only slightly related, but if we are already reworking the authentication process I would opt again for allowing the router to pass an _extra_ field in the _WELCOME_ message...

@ysobolev Does it really make sense to automatically try all available authentication methods (if some fail)? IMO thats counter-intuitive, as a failed authentication is usually an event one wants to...

The problem is that the actual hashing takes place on the client (due to the nature of WAMP-CRA) and not on the server. Therefor we can't really differentiate whether the...

I agree with you that using an already established method is way better than comming up with something on our own. _SCRAM_ looks very promising. This should definitely be a...

Interessting is, that yonder behaviour is already implemented (log + "internal error" message), but if e.g the authenticator returns illformed values.

We might ask OGS whether we can use some of their sound files (https://github.com/online-go/online-go.com/tree/devel/assets/sound) without being subject to GNU Affero

Hey, I'm getting the same AssertionError; also running on a cluster and we have hiccups from time to time as well. I don't care if logs might be only stored...