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 RPC mechanism has been refactored in PR #224, which fixed the LOAD_FILE response. However, the SET_FILTER functionality was not addressed in the same PR.
Expected behavior
The setFilter RPC should return appropriate response data, similar to how loadFile was fixed.
We should remove LogFileManagerProxy and let the renderer functions call LogFileManager directly, given that RPC provides us with a great flexibility of communicating between workers.
Description
The RPC mechanism has been refactored in PR #224, which fixed the LOAD_FILE response. However, the SET_FILTER functionality was not addressed in the same PR.
Expected behavior
The setFilter RPC should return appropriate response data, similar to how loadFile was fixed.
Related Issues
The text was updated successfully, but these errors were encountered: