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 would also like to know if this is possible. I suspect either using a custom codec or intercepting the http request would make this possible. Any thoughts?
I would like to handle method names which are not in a form "Service.Method", whch seems currently imposible.
One way to handle this would be to have *(Server) RegisterFunc method accepting function and string with a method name as parameters.
Example usage:
That way any call with method "heartBeat" should be directed to function HeartBeat.
The text was updated successfully, but these errors were encountered: