Replies: 2 comments
|
Crap, how could I miss that? Works like a charm. Thanks for the pointer, mate! |
0 replies
注册 for free
to join this conversation on GitHub.
Already have an account?
登录 to comment
Uh oh!
There was an error while loading. Please reload this page.
I store several messages in a single file and use the
Unpackerto iterate through the messages.In my special case I need to know, where in the stream I currently am, so a
unpacker.tell()would be super handy.All reactions