"Game development Log" Upgrade of node. JS Dependency Package-raised bug

Source: Internet
Author: User

One of our games is ready to go online, and for the last few weeks we've been preparing for the launch. Due to the long development cycle of this game, the server is using node. JS Development, several of which are older and ready to upgrade before going online.

The upgrade includes the CRC and Async 2 packets, did not expect the 2 common package API has been changed, resulting in a bug in the game server, spent half a day to troubleshoot the problem.

First CRC, we use CRC.CRC32 to calculate the difference in the comparison configuration file, the value returned in the previous old version is a signed 32-bit integer, and the new version has become unsigned 32-bit integer.

The Async.auto function can automatically arrange the execution order of asynchronous methods based on dependency, but the original callback function signature is first CB after results, the new version has been changed to first results after CB.

Upgrading a dependent package is risky and must be tested in place after the upgrade.

"Game development Log" Upgrade of node. JS Dependency Package-raised bug

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.