Update documentation
Closed this issue · 0 comments
pc9795 commented
Remove the following snippet from the Show me the code section of the documentation
// Submit async events using submitXXXAsync methods
client.submitLogAsync("Test log");
We don't support async methods as events are processed asynchronously internally.