On server/plugin start wait for Influx connection to become available.
Previously plugin startup would fail if InfluxDB is not available when plugin starts and never retry. If SK server would start more quickly than Influx on server bootup the plugin would never start writing data.
On server/plugin start wait for Influx connection to become available.
Previously plugin startup would fail if InfluxDB is not available when plugin starts and never retry. If SK server would start more quickly than Influx on server bootup the plugin would never start writing data.
Fixes #52.