Skip to content

Commit 87fb2c4

Browse files
committed
Only pass in transport options
1 parent 3a765e7 commit 87fb2c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Factory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ private static function createTransport(
8383
LoopInterface $loop = null,
8484
array $options = []
8585
): TransportClient {
86-
return TransportFactory::create($container, $loop, $options);
86+
return TransportFactory::create($container, $loop, $options[Options::TRANSPORT_OPTIONS]);
8787
}
8888

8989
private static function createHydrator(ContainerInterface $container, array $options = [])

0 commit comments

Comments
 (0)