Hprose Nodejs Versions Save

Hprose is a cross-language RPC. This project is Hprose 2.0 for Node.js

v2.0.24

7 years ago

Improved push service. Fixed an error caused by https://bugs.webkit.org/show_bug.cgi?id=80797 Changed setImmediate to process.nextTick

v2.0.23

7 years ago

Added uriList property on Client. Added remove method on Service to remove published function, method or topic. Added onfailswitch event. Added failround readonly property. No wait on the first round failswitch. Fixed timeout bug of HalfDuplex socket client. Fixed memory leak when client timeout shorter than push server. Fixed error report when client timeout shorter than push server.

v2.0.22

7 years ago

Added failswitch parameter for subscribe

v2.0.21

7 years ago

Added express support for WebSocketServer.

v2.0.20

7 years ago

Improved Promises/A+ implementation

v2.0.19

7 years ago

Fixed missing break. Optimized callback. Fixed Client in node.js 5.x. Update getNextId.

v2.0.17

7 years ago

Added multi parameters callback asynchronous service support.

v2.0.14

7 years ago

Improved Socket & WebSocket Client

2.0.15

7 years ago

Changed failswitch algorithm.

v2.0.16

7 years ago

Fixed a bug of push service.