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'm trying to debug some output returned by the velocystream protocol, which consists of multiple velocypacks (header plus response body).
Parsing this with the vpack-to-json tool only decodes the first velocypack (i.e. the header), so it would be very handy if the tool could decode multiple concatenated velocypacks in some way.
The text was updated successfully, but these errors were encountered:
I'm trying to debug some output returned by the velocystream protocol, which consists of multiple velocypacks (header plus response body).
Parsing this with the
vpack-to-json
tool only decodes the first velocypack (i.e. the header), so it would be very handy if the tool could decode multiple concatenated velocypacks in some way.The text was updated successfully, but these errors were encountered: