mysql-live-select
mysql-live-select copied to clipboard
Connection Timeout
I'm using the sails js live package. After about 15 minutes, the end function is called. But it doesn't reconnect unless the URL is reloaded.
I am also experiencing the same error. Problem is with wait_timeout setting of mysql. Package mysql_live_connect doesn't reconnect and throws error when the connection is ideal for a certain time.
Even when connection is not ideal it gets disconnected by db when timeout interval has been passed after establishing connection.
@numtel : Can we listen to error and reconnect again in place of throwing the error?