centrifugal / centrifuge-swift

Swift client SDK for bidirectional real-time communication with Centrifugo and Centrifuge-based server over WebSocket
MIT License
47 stars 41 forks source link

Update client.proto file. Update sendRPC method #33

Closed hitman1711 closed 4 years ago

hitman1711 commented 4 years ago

Current library does not provided ability to send "method" field in RPC request. This PR updates client.proto to latest version and add argument to "rpc" method as well as in go-lang version

FZambia commented 4 years ago

Thanks!