jcelliott / turnpike

Go implementation of a WAMP (Web Application Messaging Protocol) client and router
MIT License
258 stars 88 forks source link

Implement RPC Cancel #35

Open beatgammit opened 10 years ago

beatgammit commented 10 years ago

Cancel an issued Call

kacpersaw commented 9 years ago

Is there a way to automatically unregister procedure using heartbeat/timeout of server/client or if this feature exists, could you tell me how to do it?

jcelliott commented 9 years ago

That feature does not exist (yet). Feel free to create a pull request for it if you want. However, this issue is for the RPC cancel call, so please open a new issue for further discussion.