foglcz / JSONRpc2

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

"Procedure not found" should return the name of the procedure #5

Closed scottchiefbaker closed 10 years ago

scottchiefbaker commented 10 years ago

Using your library, during testing I was running in to a lot of "Procedure not found" while I was setting up some function mappings. It would be tremendously helpful to include the name of the procedure that was requested.

scottchiefbaker commented 10 years ago

This is fixed on my repo.