Top "Reconnect" questions

Is there any way to have the JBoss connection pool reconnect to Oracle when connections go bad?

We have our JBoss and Oracle on separate servers. The connections seem to be dropped and is causing issues with …

oracle jboss connection-pooling reconnect
How to restore ODBC connection after failure in MS Access

There is a MS Access application with tables on MS SQL Server linked through ODBC. When connection is lost i …

ms-access odbc database-connection vba reconnect
How to reconnect to accidentally disconnected ssh session WITHOUT screen or tmux

I know these kinds of questions have been asked for years, and the answer to them are often Screen or …

session ssh tmux gnu-screen reconnect
How to get and use network adapter name?

I am working with the following script: @echo off netsh interface show interface | find "Connected" if errorlevel 1 goto # netsh interface …

batch-file networking reconnect
PHP mysqli reconnect problem

I am having trouble using the mysqli class in PHP and I haven't been able to find the answer anywhere. …

php mysqli fork reconnect
When does a reconnect in signalR occur?

I've started working with SignalR and was trying to figure out when a Hub Reconnect occurs. I didn't find any …

.net signalr signalr-hub reconnect
Should WebSocket.onclose be triggered by user navigation or refresh?

Part 1: Expected behaviour? I'm seeing some inconsistent browser behaviour between Firefox and Chrome in relation to the onclose handler being …

event-handling websocket reconnect
How to call API (Oauth 1.0)?

I am trying to call this API (Oauth1.0 standard): https://appcenter.intuit.com/api/v1/Connection/Reconnect And what I …

java api oauth intuit-partner-platform reconnect
Node JS Redis Client Connection Retry

Currently I'm using https://github.com/mranney/node_redis as my node redis client. client.retry_delay is set to 250…

node.js redis node-redis reconnect
TcpClient Auto-Reconnect

What is the best way to make a Tcpclient auto reconnect to the server when it's disconnected (e.g. by …

c# tcpclient reconnect