Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: How does one trace *Async methods? #945

Closed
richardy706 opened this issue Sep 30, 2021 · 3 comments
Closed

Question: How does one trace *Async methods? #945

richardy706 opened this issue Sep 30, 2021 · 3 comments
Assignees
Labels
fixed The bug, issue, incident has been fixed. question Further information is requested todo Things to be done in the future

Comments

@richardy706
Copy link

The ITrace interface does not include any of the async methods. Is this because tracing does not work async or can these async methods be added to the interface?

@richardy706 richardy706 added the question Further information is requested label Sep 30, 2021
@mikependon
Copy link
Owner

Hi, the Async() methods are part of the tracing. The same methods are being invoked with the awaited results from the asynchronous methods. Here is a code for QueryAll, and you can see here that we have awaited such result.

@mikependon
Copy link
Owner

I will consider as a missing piece on the implementation if one would really like to work with asynchronous all the way. You might be interested on sharing your thoughts on this #941.

@mikependon mikependon self-assigned this Dec 5, 2021
@mikependon mikependon added the todo Things to be done in the future label Dec 5, 2021
@mikependon mikependon added the fixed The bug, issue, incident has been fixed. label Sep 15, 2022
@mikependon
Copy link
Owner

The fixes to this will be available on the next version > RepoDB v1.12.10.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fixed The bug, issue, incident has been fixed. question Further information is requested todo Things to be done in the future
Projects
None yet
Development

No branches or pull requests

2 participants