mumble/src/murmur_grpcwrapper_protoc_plugin
chili-b 4ab0a06f6e FIX(grpc): Avoid hang when exceeding 100ms timeout
While working with gRPC I ran up against an issue where using the bidirectional streams results in the server freezing after some time. I believe this is the result of the 100ms timeout on the call to processEvents. I changed out the method to one recommended by the Qt docs when using a local loop, but I believe the core of the issue to be with the timeout. With this change applied, my server has been running for 5+ days without running into the issue (normal use) where previously the longest it ever lasted was 2 days.
2021-03-08 13:04:24 -05:00
..
CMakeLists.txt Server: add CMakeLists.txt files 2020-07-11 19:34:49 +02:00
main.cpp FIX(grpc): Avoid hang when exceeding 100ms timeout 2021-03-08 13:04:24 -05:00