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
Whenever using a class that is not appropriate for RPC argument or result (for example it is a delegate or a class with no default constructor), no compiler error is given, only at server runtime, when RPC handler tries to deserialize an object. RPC result is also too allowing, for example an F# function object is allowed to be returned, but will be seen on the client as an empty JS object (failing to be called at client runtime).
The text was updated successfully, but these errors were encountered:
Whenever using a class that is not appropriate for RPC argument or result (for example it is a delegate or a class with no default constructor), no compiler error is given, only at server runtime, when RPC handler tries to deserialize an object. RPC result is also too allowing, for example an F# function object is allowed to be returned, but will be seen on the client as an empty JS object (failing to be called at client runtime).
The text was updated successfully, but these errors were encountered: