FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Added an unpacked size getter function. by redboltz · Pull Request #3 · msgpack/msgpack-javascript · GitHub

Added an unpacked size getter function. - #3

Closed
redboltz wants to merge 1 commit into
msgpack:masterfrom
redboltz:add_index_getter
Closed

Added an unpacked size getter function.#3
redboltz wants to merge 1 commit into
msgpack:masterfrom
redboltz:add_index_getter

Conversation

Copy link
Copy Markdown
Contributor

No description provided.

Copy link
Copy Markdown
Contributor Author

When a client receive the buffer that contains multiple msgpack format data, the client might want to unpack each msgpack data. However the client doesn't know a separation point. The separation point determines as the result of unpack. The internal variable _idx indicates unpacking location. So I added the getter.

We can unpack the buffer as follows:
https://github.com/msgpack/msgpack-javascript/pull/3/files#diff-7874dc6e5cab72be638ecc81be98532eR45

gfx closed this May 2, 2019
gfx pushed a commit that referenced this pull request Aug 10, 2021
Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.14.171 to 4.14.172.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash)

---
updated-dependencies:
- dependency-name: "@types/lodash"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL