Uh oh!
There was an error while loading. Please reload this page.
Replies: 2 comments
See: #227 |
0 replies
Crap, how could I miss that? Works like a charm. Thanks for the pointer, mate! |
0 replies
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in 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