Update ping routine

This commit is contained in:
Anthony Corbacho 2016-10-27 17:36:15 +09:00
parent ede1f185c9
commit bde5db4f76

View file

@ -38,7 +38,7 @@ public class ZeppelinHeartbeat implements Runnable {
@Override
public void run() {
LOG.debug("Sending PING to all connected Zeppelin notes");
client.pingAllNotes();
LOG.debug("Sending PING to Zeppelin Websocket Server");
client.ping();
}
}