You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using your package for simulate another rpc-endpoint , like i have another system who send json rpc request with method "ping" but since the method start with producer name its fail with
"error": {
"code": -32601,
"message": "Method not found",
I have try to overwrite the method name by middleware like this
If you were to achieve this by rewriting the HTTP request, it would be duplicating JSON unpacking. First time for your modification, second time for analysis. Perhaps you should create your own controller with an example from here: https://sajya.github.io/docs/basic-application/
Hi , Thanks for your work !
I'm using your package for simulate another rpc-endpoint , like i have another system who send json rpc request with method "ping" but since the method start with producer name its fail with
I have try to overwrite the method name by middleware like this
Bur i think its been ignored at all ..
Do you have any clues ?
Thanks
The text was updated successfully, but these errors were encountered: