Details
-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
None
-
None
-
None
Description
Hi, the constructor signature has been changed from
public DefaultSocketConnector(InetAddress, int, int, int)
to
public DefaultSocketConnector(InetAddress, int, long, long)
which causes NotSuchMethodErrors when code is compiled against <=1.1.0 (e.g. thirdparty-libs) and run against 1.1.1.
Please readd the old constructor.
Or is this class not part of the public API?
Thx
Lars