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
The OperationEmitter class is being extended by a number of Providers and does many things outside of it's intended scope. Refactor the usage of Operation Emitter in RpcTzProvider and leverage PrepareProvider where necessary.
Possible approaches:
Replace OperationEmitter class with a Provider parent class for these child providers to give basic access to Context
Leverage the usage of PrepareProvider in relevant parts of the child providers
The text was updated successfully, but these errors were encountered:
dsawali
changed the title
Repalce the usage of OperationEmitter class in RpcTzProvider
Replace the usage of OperationEmitter class in RpcTzProvider
Apr 11, 2023
The OperationEmitter class is being extended by a number of Providers and does many things outside of it's intended scope. Refactor the usage of Operation Emitter in
RpcTzProvider
and leverage PrepareProvider where necessary.Possible approaches:
Provider
parent class for these child providers to give basic access toContext
The text was updated successfully, but these errors were encountered: