Releases: luno/luno-go
Releases · luno/luno-go
Handle Server Connection Termination
Handle Server Connection Termination (#71) * Handle Server Connection Termination Gracefully return when the server terminates the connection instead of logging error. This will still trigger a reconnect. * update fmt.Errorf calls to %w where arg is an error Co-authored-by: Natercio Moniz <[email protected]>