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
I see the latest release support unidirectional stream now, but the send/recv states are still init like bidirectional stream, which is not right. Unidirectional stream can only send/recv, so its recv/send state should be init as DataRead/DataRecvd, and this will affect stream closing.
Steps To Reproduce
I only review the code, and I met this problem in my custom version.
Relevant log output
No response
The text was updated successfully, but these errors were encountered:
What happened?
I see the latest release support unidirectional stream now, but the send/recv states are still init like bidirectional stream, which is not right. Unidirectional stream can only send/recv, so its recv/send state should be init as
DataRead
/DataRecvd
, and this will affect stream closing.Steps To Reproduce
I only review the code, and I met this problem in my custom version.
Relevant log output
No response
The text was updated successfully, but these errors were encountered: