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
This test panics with thread 'codec::prost::tests::encode_big' panicked at 'assertion failed: len <= std::u32::MAX as usize', tonic/src/codec/encode.rs:127:5, but instead the stream should probably return an error:
Bug Report
Version
master
(e1885211495e63d962bc1d00f9be6eeaab2bb901
)Description
This test panics with
thread 'codec::prost::tests::encode_big' panicked at 'assertion failed: len <= std::u32::MAX as usize', tonic/src/codec/encode.rs:127:5
, but instead the stream should probably return an error:The text was updated successfully, but these errors were encountered: