issues
search
temporalio
/
sdk-ruby
Temporal Ruby SDK
MIT License
74
stars
7
forks
source link
feat(client): Add TLS and more options to Connection
#129
Closed
mjameswh
closed
1 year ago
mjameswh
commented
1 year ago
What changed
Added
:tls
,
:metadata
(ie. connection headers) and
:rety_config
options on
Connection.new
What still need to be done
[x] Fill in missing docstrings
[x] Add unit tests where it make sense
What changed
:tls
,:metadata
(ie. connection headers) and:rety_config
options onConnection.new
What still need to be done