Skip to content

add the support to Long string #508#509

Closed
dreamershl wants to merge 6 commits intoprotobufjs:masterfrom
dreamershl:master
Closed

add the support to Long string #508#509
dreamershl wants to merge 6 commits intoprotobufjs:masterfrom
dreamershl:master

Conversation

@dreamershl
Copy link
Copy Markdown

No description provided.

@dcodeIO dcodeIO closed this in 799c1c1 Dec 1, 2016
@dcodeIO
Copy link
Copy Markdown
Member

dcodeIO commented Dec 1, 2016

This is working now. Note, though, that always converting hence and forth between longs and strings is slow. Ideally, when encoding a message multiple times, the value should be present as a long instead of a string to prevent multiple conversions.

@dreamershl
Copy link
Copy Markdown
Author

Thank u very much. the converting is only done when send/receive the message from the server in my system. So it should be fine.

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