You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Socket errors should fail silently so they don't affect anything else
Hello developers,
Just wondering can we hv a return value (boolean) in the send() method? Therefore we can at least realise the Telegraf is offline and we can log it our way. Thanks
The text was updated successfully, but these errors were encountered:
@brianleung24 A return value isn't possible because by sending UDP packets to telegraf, pytelegraf doesn't cannot know if they were received or not. It's "fire-and-forget" with UDP.
pytelegraf/telegraf/client.py
Line 51 in a5a326b
Hello developers,
Just wondering can we hv a return value (boolean) in the send() method? Therefore we can at least realise the Telegraf is offline and we can log it our way. Thanks
The text was updated successfully, but these errors were encountered: