Top "Reconnect" questions

Update query string parameter at socket.io reconnect

I pass a custom query string containing an ID to authorize a client on the server when he is connecting …

node.js parameters socket.io reconnect
LFTP Reconnect infinite loop

When I try to connect to the host that is dwon I get the following message: cd `sftp://example.com/…

reconnect lftp
mysql server has gone away in PDO

I am running my php script and getting an intermittent issue: PHP Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[…

php mysql pdo ping reconnect
How to reconnect when the LDAP server is restarted?

I have a situation where through a Java program, I create a javax.naming.ldap.LdapContext and do a search() …

java exception ldap reconnect
How do I reconnect a client when server is down in Java?

I have a server that accepts sockets from whenever a client connects. I want to be able to shutdown my …

java sockets client server reconnect