@ -35,6 +35,9 @@ public class DiConWebsocketClient extends WebSocketClient {
@Override
public void onOpen(ServerHandshake serverHandshake) {
LOG.info("device connected : {}", this.uri);
synchronized ( this ) {
this.notifyAll();
}