Hi,
is implemented or is possible to configure a timeout in RPC calls? I’m using my plugin in a quite “unreliable” environment where the server is on K8s and can be rebalanced at any time dropping the connections.
If no timeout is configured this could create dangling connection/resources and in case of blocking call thread locking, so this is my question. On my plugin side I added a timeout in the lock, so at least things should unlock eventually.
Regards,
Mirko