You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: expose DialContext in Dialer and propagate context (#165)
* feat: expose DialContext in Dialer and propagate context
A dialer only exposed the Dial method, making it impossible to correctly
propagate context along with timeouts and cancellations
* fix: update windows specific file to comply with interface
* build: fix windows compile errors
* docs: add comment about contextDialer
* feat: add ConnectContext to transport client
* lint: fix spelling mistake
0 commit comments