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
If a relay is set up from C1 to C2, and C2 fails, C1 does not get an error frame. Instead, the relay item will timeout and the caller will receive a "timeout".
If a relay is set up from C1 to C2, and C2 fails, C1 does not get an error frame. Instead, the relay item will timeout and the caller will receive a "timeout".
Message exchanges are stopped on connection errors:
https://github.com/uber/tchannel-go/blob/dev/connection.go#L684
Relay items should have the same behaviour.
The text was updated successfully, but these errors were encountered: