Commit ef3e9da6 authored by Yusuke Iwaki's avatar Yusuke Iwaki

fix comment

parent d9ecbea9
......@@ -213,7 +213,7 @@ import rx.subjects.PublishSubject;
if (serverConnectivityList.get(hostname) != ServerConnectivity.STATE_CONNECTED) {
// Mark as CONNECTING except for the case [forceConnect && connected] because
// webSocketThread#keepAlive doesn't notify ConnectionEstablished/Lost on reconnecting.
// ensureConnectionToServer doesn't notify ConnectionEstablished/Lost is already connected.
serverConnectivityList.put(hostname, ServerConnectivity.STATE_CONNECTING);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment