foglcz / JSONRpc2

Generic JSON-RPC v2 implementation
Other
19 stars 10 forks source link

Update Client.php #3

Closed djdaca closed 11 years ago

djdaca commented 11 years ago

You have 2 json_encode in client first in _requestFactory method and second in the __call, on second method call json_encode escape json string.

foglcz commented 11 years ago

Nope. You're right though, there's been something SERIOUSLY wrong.

The version 2.0 has this fixed, will be available within few days.

Thanks for pointing this one out!