-
Feature Request
-
Resolution: Done
-
Major
-
1.0.5.Final
-
None
Would it be possible to parametrize await time in attemptReconnections method (EJBClientContext, method private synchronized void attemptReconnections())?
It is always 10 seconds:
reconnectTasksCompletionNotifierLatch.await(10, TimeUnit.SECONDS);
It would be helpful if there will be a possibility to manage this somehow.