Hprose Objc Versions Save

Hprose is a cross-language RPC. This project is Hprose 2.0 Client for Objective-C

v2.0.3

6 years ago

Added HproseSocketClient. Added wait method on Promise object. Removed ios 5.0, 6.0 support. Removed osx 10.6 support. Added setDispatchQueue & dispatchQueue to fix #15. Removed HproseException. Changed NSException to NSError.

v2.0.2

6 years ago

Improved retry. Fixed unserialize NaN to Bool. Fixed warning. Added httpHeader support for http client. Fixed some bugs. Added asyncInvoke Update swift example to swift 3.0

v2.0.1

7 years ago

Improved Promise Added isSubscribed and subscribedList Changed clientId from int32_t to NSString *

v2.0.0

7 years ago

Full compatible with Promises/A+. Added middleware support. Added push support. Added oneway call support. Added idempotent calls automatically fail retry support. Added load balancing, and fail switch support. Improved the client API. Fixed Memory leak. Added onFailswitch event. No wait on the first round failswitch. Added failround readonly property. Added uriList property.

v1.4.10

7 years ago

Fixed a bug of Hprose Client

v1.4.9

8 years ago

Use NSURLSession instead NSURLConnection on Mac OS X 10.7+, iOS 7.0+, TVOS and WatchOS. Added close method on HproseClient to fix memory leaks.

v1.4.3

8 years ago

Fixed memory leaks.

v1.4.2

8 years ago

Added CocoaPods support. Added HproseContext.