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
Wow, really, didn't tested library on windows and for 32bit systems. Thank your for issue!
Have no laptop around me now, so I'll fix it on the next week.
Build like this:
SET CGO_ENABLED=0
SET GOOS=windows
SET GOARCH=386
go build
Got an error.
.\connector.go:45:25: constant 9223372036854775807 overflows uint.\connector.go:45:25: constant 9223372036854775807 overflows uint
it should be like this in line 45:
cfg.ReconnectAttempts = math.MaxUint32
The text was updated successfully, but these errors were encountered: