Jakub Bednář
Jakub Bednář
> Im pushing a lot of points, more than 200 points every seconds. I'm not sending the timestamp because I would like the point to have the server timestamp. Then...
Hi @intech-paul, The Blazor doesn't have a full support of `netstandard2.0`: > APIs that aren't applicable inside of a web browser (for example, accessing the file system, opening a socket,...
Thanks for detail info. Yeah `RestSharp` is a source of problem 😞 . Unfortunately `OpenApi` generators uses `RestSharp` as a http client. We could try use a https://github.com/RicoSuter/NSwag but currently...
@NektoDron thanks! we will take a look.
Hi @NektoDron, thanks again for the issue. We recognized that our write buffer use incorrect batch size during heavy load. I merged #69 that fix it. The issue is fixed...
Yes, It's support multithreading.
Hi @NektoDron, The improved serialization of measurements into LineProtocol - #70 - is merged. If you would like to use a preview version use our nightly build: [InfluxDB.Client 1.7.0-dev.528](https://www.nuget.org/packages/InfluxDB.Client/1.7.0-dev.528). Regards
You could enable detail logging by: `Client.SetLogLevel(LogLevel.Body)` and you will see output requests to InfuxDB. Are your data a unique points? https://docs.influxdata.com/influxdb/v1.7/troubleshooting/frequently-asked-questions/#how-does-influxdb-handle-duplicate-points
This lock means that the library waiting to flush all data into InfluxDB. Anyway thanks for cooperation!
It depends how much data you want to save into InfluxDB, as you see in log: ```