Greg Medding

Results 18 issues of Greg Medding

> I think what I'm going to have to do to address this issue is > > 1. Add the request ID to the `PendingRequest` struct > 2. Add a...

We did not give it a thorough reading through given the time available during the initial PR. While we are fairly confident the test is fine, it should still receive...

The current implementation uses `std::vector` as the underlying container for the pending request priority queue. Since vectors don't automatically shrink as elements are removed, shrinking logic was added in RpcClient.cpp....

It is possible that, in long-running systems with high volumes of RPC requests, uE code could be written in such a way that the client ID used for tracking pending...