Un chouilla of logs
This commit is contained in:
parent
55556b0714
commit
544abd218c
@ -133,6 +133,7 @@ public abstract class AbstractClientWS implements AbstractWS {
|
|||||||
ex = ex.getCause();
|
ex = ex.getCause();
|
||||||
if (ex instanceof IOException) {
|
if (ex instanceof IOException) {
|
||||||
reconnectIfNecessary();
|
reconnectIfNecessary();
|
||||||
|
log("Unable to connect. Trying again...: " + ex);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
autoReconnect = false;
|
autoReconnect = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user