Replies: 2 comments
-
See: #227 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Crap, how could I miss that? Works like a charm. Thanks for the pointer, mate! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to 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
Unpacker
to 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.Beta Was this translation helpful? Give feedback.
All reactions