src-d / gitbase

SQL interface to git repositories, written in Go. https://docs.sourced.tech/gitbase
Apache License 2.0
2.06k stars 124 forks source link

Connection problems and possible fix #946

Closed juanjux closed 5 years ago

juanjux commented 5 years ago

From slack by @ajnavarro:

net.Conn has two methods: https://golang.org/pkg/net/#TCPConn.SetKeepAlive and https://golang.org/pkg/net/#TCPConn.SetKeepAlivePeriod

ajnavarro commented 5 years ago

Related: https://github.com/src-d/gitbase-spark-connector-enterprise/issues/81

ajnavarro commented 5 years ago

@juanjux Maybe this issue might be in go-mysql-server repo.

juanjux commented 5 years ago

Moved to https://github.com/src-d/go-mysql-server/issues/796