hprose / hprose-objc

Hprose is a cross-language RPC. This project is Hprose 2.0 Client for Objective-C
MIT License
130 stars 19 forks source link

Crash in HproseHttpClient Line 182 #1

Closed nelsonnan closed 10 years ago

nelsonnan commented 10 years ago

My app gets statusecode number is 500 ,and it will cause crash for app.What should I do with this problem?Thank you all the same

andot commented 10 years ago

If you get 500, there must be something wrong with your server. but you can use @try to catch the error. or use asynchronous invoke to ignore the exception.

nelsonnan commented 10 years ago

Tkx