You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
keepAlive = new ClientKeepAlive();
keepAlive.setClient(this); // This is used elsewhere.
executor = new ScheduledThreadPoolExecutor(1);
executor.scheduleWithFixedDelay(keepAlive, keepAliveRate, keepAliveRate, TimeUnit.SECONDS);
The text was updated successfully, but these errors were encountered:
see: https://github.com/ome/omero-blitz/pull/65/files#r321705576
The text was updated successfully, but these errors were encountered: