In the case where a handler throws an unserializable error (bigint, symbol, etc.), the server should return a ErrorRPCRemote error to the client with the cause being undefined. The server should also dispatch an event to tell the user that a recoverable error has happened, and that one of their handlers is possibly erroneous.
Specification
In the case where a handler throws an unserializable error (bigint, symbol, etc.), the server should return a ErrorRPCRemote error to the client with the cause being
undefined
. The server should also dispatch an event to tell the user that a recoverable error has happened, and that one of their handlers is possibly erroneous.Additional context
34