Hugo Rosário
Hugo Rosário
Just ran into this situation. The only fix I found was to disable TLS altogether by passing "encrypt=disable" on the connection string. This is not recommended if you are doing...
This also happens in debug mode, not just in release. I believe it is something to do with the disconnection of the underlying IOSink implementation for windows. If I just...
I have also been playing around with this project and I believe that signals are not yet fully implemented. I managed to work around this by using the "golang.org/x/term" package...