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
There is some code in the RpcProxyFactory that always logs an error even though the error is re-thrown and could by handled by a client, thus spamming the log unnecessarily:
Feature Description:
There is some code in the RpcProxyFactory that always logs an error even though the error is re-thrown and could by handled by a client, thus spamming the log unnecessarily:
theia/packages/core/src/common/messaging/proxy-factory.ts
Lines 163 to 180 in d0a09a9
I suggest to remove that code or at least only provide it through a logger that can be provided.
The text was updated successfully, but these errors were encountered: