sofastack / sofa-rpc-node

SOFARPC Node is a high-performance, high-extensibility, production-level Nodejs RPC framework.
MIT License
612 stars 63 forks source link

Can't find remote invoke method #82

Open DarthJonathan opened 3 years ago

DarthJonathan commented 3 years ago

Describe the bug Trying to connect to JAVA server using SOFA boot, the service was connected but when I invoke the method, got error

RPC-02412: Cannot find invoke method

I have tried every combination of the method on the server, but doesn't work. Any Idea what to put in the method?

Thanks!

To Reproduce Steps to reproduce the behavior:

  1. Start JAVA SOFA Boot server
  2. Create a client with direct connect to the server
  3. Run invoke call
  4. See error

Expected behavior Expected response in server logs or even other errors