robbiet480 / go.nut

A Golang library for interacting with NUT (Network UPS Tools)
https://godoc.org/github.com/robbiet480/go.nut
MIT License
30 stars 15 forks source link

feat(nut): Add new socket timeout support, introduces Co… #9

Closed AdamLeyshon closed 2 years ago

AdamLeyshon commented 2 years ago

…nnection Timeout and Operation Timeout parameters to the client connect method, defaults to 10 and 30 seconds respectively. Resolves #8

AdamLeyshon commented 2 years ago

Sorry to bug you all again, any chance we can get this merged? It's blocking a PR with adding functionality to Telegraf Thanks in advance!