2 Commits
Author SHA1 Message Date
rmcguire 9b0e05d477 Merge pull request 'Add TODO items to client' (#1) from feat-client-retries into main
Reviewed-on: #1
2026-06-24 01:01:55 +00:00
rmcguire 8ebccfa558 Add TODO items to client
Prepare for implementation of client retry support
2026-06-23 20:57:28 -04:00
+3
View File
@@ -25,6 +25,9 @@ import (
"time" "time"
) )
// TODO: Implement client retry configuration
// Also support exponential backoff
// Default ports exposed by an MGW310 station. // Default ports exposed by an MGW310 station.
const ( const (
DefaultWingbitsPort = 8088 DefaultWingbitsPort = 8088