[
https://issues.apache.org/jira/browse/THRIFT-3763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15216462#comment-15216462
]
ASF GitHub Bot commented on THRIFT-3763:
----------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/thrift/pull/968
> Fix serialization of i64 larger than 2^53 for browserify
> --------------------------------------------------------
>
> Key: THRIFT-3763
> URL: https://issues.apache.org/jira/browse/THRIFT-3763
> Project: Thrift
> Issue Type: Bug
> Components: Node.js - Library
> Environment: browserify 13.0.0
> Reporter: Aki Sukegawa
> Assignee: Aki Sukegawa
>
> Apparently, storing negative value to Buffer works for node but not for
> browserify.
> Forcing positive value by (& 0xff) before storing fixed the problem.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)