We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88809df commit c45a104Copy full SHA for c45a104
test/src/com/rabbitmq/client/test/CloseInMainLoop.java
@@ -18,7 +18,7 @@ public boolean hadValidShutdown(){
18
}
19
20
public SpecialConnection() throws Exception{
21
- super(new ConnectionParameters(), new SocketFrameHandler(SocketFactory.getDefault(), "localhost", 5672));
+ super(new ConnectionParameters(), new SocketFrameHandler(SocketFactory.getDefault().createSocket("localhost", 5672)));
22
this.start(true);
23
24
0 commit comments