sacOO7 / socketcluster-client-python

Python client for socket-cluster framework in node.js

Home Page:http://socketcluster.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Invoke RPCs through a socket

rw1nkler opened this issue · comments

Hello, Is it possible to invoke RPC calls with the python client? It seems that the invoke method is not present in the client's API. I tried to use the emit and emitack methods and listen to incoming messages. However, it seems that this approach is not working for me.

I tested a server configuration by invoking RPC from the javascript client (as described in the documentation), and I was able to obtain a correct response from the server.

I have resolved my problems. It turned out that I called emitack incorrectly, all objects returned by this method contain the necessary information.