I haven't fully tested this, so it might apply to anything that inherits from NSValue or any non-retained, non-copied value. If you send a post request with an NSNumber in the payload, it's stripped, but the request will still complete. If I convert the number to a string before sending it to post:payload:withBlock, everything works as expected.
I haven't fully tested this, so it might apply to anything that inherits from NSValue or any non-retained, non-copied value. If you send a post request with an NSNumber in the payload, it's stripped, but the request will still complete. If I convert the number to a string before sending it to post:payload:withBlock, everything works as expected.