Hi,
If I am adding routes using Entrypoint.add_method_route(), is there a way to remove safely ? I have a use case where the JSON-RPC methods are added dynamically and also need to be removed ?
Another related question. if I have a group of methods to be added and removed, is there a way to do this easily without going through individual methods ? I can see that we can create another Entrypoint and do a bind but then I need to specify a different path ?
thanks
Ramesh
Hi,
If I am adding routes using Entrypoint.add_method_route(), is there a way to remove safely ? I have a use case where the JSON-RPC methods are added dynamically and also need to be removed ?
Another related question. if I have a group of methods to be added and removed, is there a way to do this easily without going through individual methods ? I can see that we can create another Entrypoint and do a bind but then I need to specify a different path ?
thanks
Ramesh