-
Bug
-
Resolution: Obsolete
-
Major
-
1.1.0.Final
-
None
-
None
Timeout second is fixed at 5 seconds and not configurable when a client is trying to connect to the server first time. There is a constant "org.jboss.remoting-jmx.timeout" but it is not used here.
207 // open a connection 208 final IoFuture<Connection> futureConnection = endpoint.connect(convert(serviceUrl), getOptionMap(), handler); 209 IoFuture.Status result = futureConnection.await(5, TimeUnit.SECONDS);