Specification
Currently the rpc handlers are abstract methods that need to be implemented. These should be an abstract arrow function property and handlers should be implemented as arrow functions. This will allow us to use them without rebinding the this context.
This should be done during the agent migration PR.
Additional context
Tasks
- Update the abstract handler's
handle methods to be abstract arrow function properties.
Specification
Currently the
rpchandlers are abstract methods that need to be implemented. These should be an abstract arrow function property and handlers should be implemented as arrow functions. This will allow us to use them without rebinding thethiscontext.This should be done during the agent migration PR.
Additional context
Tasks
handlemethods to be abstract arrow function properties.