J. Brent Spears

Results 2 issues of J. Brent Spears

Looks like the client _requests_by_id and _requests_by_timestamp are Map objects and should use set/get. Also, the timeout passed to the request method is multiplied by 1000000. I would think since...

The generate Receiver class (C++) onReceive method returns a bool. However, the receive method which calls onReceive has void return. Would be nice to flow the bool return up so...