Rainer Schoenberger

Results 27 comments of Rainer Schoenberger

have one instance where this happened with following call: ``` gwhisper Control ActivateP....Domain slot_id=0x6508 ```

can reproduce in all gwhisper versions: 1. start test server 2. start gwhisper call `gwhisper --rpcTimeoutMilliseconds=2000 127.0.0.1 examples.StatusHandling rpcSleepForSeconds number=5` 3. within 2 seconds switch to running testserver terminal and...

Tried to reproduce with modified hello_greeter example (using stubs directly with added deadline): https://github.com/rainerschoe/grpc_deadline_test Interestingly I cannot reproduce the problem in this context, so it seems to be somehow related...

Ok, had another look at this. Problem is that gRPC provided code in `proto_reflection_descriptor_database.cc` is not setting a deadline for the reflection stream RPC. If the server then crashes or...

unfortunately the "circumvention" won't do it, as the deadline affects the whole reflection stream, which we have no way of knowing how long it should last. So we cannot specify...

Hi, Everybody played on his/her own instance of the game. Al players used Linux (2x Fedora33, 1x Redhat, 1x ArchLinux). I was using ssh tunnelling in the following scheme to...

No, used fixed player order (did not change any default settings except adding 2 extensions)

Hi, just to report back and maybe give some more information: We played v4.6 as a workaround for some time now, which works mostly well. However after some multiplayer sessions...

Thanks this helps a lot :+1: Will try this evening :-) Would still be nice to have this shown somewhere in the GUI when hosting a game.

Thanks for your quick answer :+1: I did some research. Unfortunately I could not get my hands on the official C++ specification. The closest thing I found was some draft...