question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Question] WriteAsync default behaviour

See original GitHub issue

Greetings. I have a rather simple question. What happens when you try to call _client.Client.WriteAsync(point, "someNonexistentDb")? Will one be created for you? Or nothing will happen / an exception will be thrown?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
ryantheleachcommented, Feb 14, 2018

@Svetomechc That entirely depends on the influx config.

1reaction
tihomir-kitcommented, Jun 15, 2018

I think you should probably get an exception form the influx response though.

Read more comments on GitHub >

github_iconTop Results From Across the Web

c# - WriteAsync with timeout
For example that is the default behavior of a FileStream if you don't pass in FileOptions.Asynchronous to the constructor.
Read more >
Default behavior of system.tag.write in 8.0.x - Ignition
writeAsync methods in 8.0, my understanding is that system.tag.write was deprecated, but we still use it in our logic and it still works...
Read more >
system.tag.writeAsync - Ignition User Manual 8.0
Asynchronously writes values to Tags at specified paths. The script will not wait for the write operation to complete before moving on, but...
Read more >
Will calling HttpResponse.WriteAsync() cause ...
Yes this is the intended behavior. AspNetCore does not buffer responses by default, so WriteAsync auto-flushes, (.NET Framework did in some ...
Read more >
Make ConfigureAwait(false) the default behaviour for Tasks
The default behaviour when await-ing a Task is to return to the caller thread. This behaviour was designed in the time of WPF...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found