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 see notify_back can send a notification from the server to the client, but I don't see how to do it with a request. In particular, I'm trying to send ClientRegisterCapability to accept incoming requests of ChangeConfiguration, but I can't see a way to do that without resorting to the low-level API using jsonrpc (and I'm not even sure of this).
Sorry if this is a stupid question, but how can this be achieved with Linol?