C#C
C#4y ago
Cracker

❔ Async Await On Logging - Waiting Response Without Await Keyword

I have logging service where I call the logger.log async method without awaiting the response, expected behaviour is that the method calls logger.log will return the response without await the log response, but its otherwise
Was this page helpful?