We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f85de6f commit 4b3b9bdCopy full SHA for 4b3b9bd
lib/temporal/client.rb
@@ -15,7 +15,7 @@ def self.generate
15
thread_id = Thread.current.object_id
16
identity = "#{thread_id}@#{hostname}"
17
18
- if client_type == :grpc
+ if Temporal.configuration.client_type == :grpc
19
client_class.new(host, port, identity, Temporal.configuration.grpc_ssl_config)
20
else
21
client_class.new(host, port, identity)
0 commit comments