influxdata / influxdb-client-php

InfluxDB (v2+) Client Library for PHP
https://influxdata.github.io/influxdb-client-php/
MIT License
150 stars 47 forks source link

chore: use async HTTP call #102

Closed bednar closed 2 years ago

bednar commented 2 years ago

Proposed Changes

Use asynchronous HTTP calls to achieve better performance in a multithreading environment.

Checklist