Skip to content

Commit 2695f78

Browse files
authored
can't use network_protocol for ssl connections
1 parent 57fba78 commit 2695f78

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Queue/Connection/ConnectionFactory.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ protected static function createStreamConnection($connection, AMQPConnectionConf
126126
'keepalive' => $config->isKeepalive(),
127127
'heartbeat' => $config->getHeartbeat(),
128128
],
129-
$config->getNetworkProtocol(),
130129
$config
131130
);
132131
}

0 commit comments

Comments
 (0)