Commit Graph

3 Commits

Author SHA1 Message Date
David Vennik
c0fd9c9792 Upgraded grpc, lowered test message size due to upstream bug 2022-05-13 15:00:52 +03:00
David Vennik
c00e41f092 Concurrency test now passes
Restructured the queue handling to isolate the blocking stream.Recv(), and found a seemingly random block point somewhere. After experimenting with the sizes of the long messages generation, it was determined that messages over 4kb are getting stuck in the gRPC packet handling code somewhere. Nothing that can be done about it, but just needed to fully isolate where the problem was so I could finally call the damn queue implementation done.
2022-05-13 10:45:18 +03:00
David Vennik
8033b8cdbb Concurrency test part way done
Discovered a concurrent map read/write error
2022-05-11 11:46:33 +03:00