BewareMyPower commented on PR #231: URL: https://github.com/apache/pulsar-client-cpp/pull/231#issuecomment-1482369526
I think the root cause is that the time unit of `time()` is second. IMO, you can reuse the `unique_str` function defined in `BasicEndToEndTest.cc` because the time unit is nanosecond. `AcknowledgeTest`, `MemoryLimitTest` and `TypedMessageTest` all reuse this function. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
