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 40c2eb3 commit 5830080Copy full SHA for 5830080
src/main/java/com/rabbitmq/client/ConnectionFactory.java
@@ -158,8 +158,8 @@ public class ConnectionFactory implements Cloneable {
158
private ObservationCollector observationCollector = ObservationCollector.NO_OP;
159
160
private boolean nio = false;
161
-
162
- private boolean netty = true;
+ private boolean netty = false;
+
163
private FrameHandlerFactory frameHandlerFactory;
164
private final NettyConfiguration nettyConf = new NettyConfiguration(this);
165
private NioParams nioParams = new NioParams();
0 commit comments