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
yep, that should raise. The idea is you can simply pass a string or a file-like object (e.g. StringIO). So needs to be a test for a .read method on the file-like, and otherwise raise. Want to do a pull-request?
It should return an error, as that's what it most likely is.
If someone is really sending empty msgpacks out there to transmit [78, 111, 110, 101], they could add a special case.
The text was updated successfully, but these errors were encountered: