Tonic panics if the key for a binary header is not formatted correctly. Tonic doc could be clearer as to what is not a proper formatting, so I had to ding into tonic source to figure it out. And it turns out keys for binary metadata must be suffixed with -bin. Now we know :smile:
Tonic panics if the key for a binary header is not formatted correctly. Tonic doc could be clearer as to what is not a proper formatting, so I had to ding into tonic source to figure it out. And it turns out keys for binary metadata must be suffixed with
-bin
. Now we know :smile: