We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b3b9bd commit 83cbb8fCopy full SHA for 83cbb8f
lib/temporal/client.rb
@@ -19,6 +19,7 @@ def self.generate
19
client_class.new(host, port, identity, Temporal.configuration.grpc_ssl_config)
20
else
21
client_class.new(host, port, identity)
22
+ end
23
end
24
25
0 commit comments