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
Right now only objects are sent trough the websocket channel using client/server stream.
The choice is made for various reasons:
only a limited amount of data should be sent cyclically
big structures can be sent from time to time
nested or self reference object are not allowed
That said, a big warning should be rise on the console when user try to sent classes or self referenced object or list of.
Right now it just silently fails, rising a lot of headaches for poor programmers.
The text was updated successfully, but these errors were encountered:
Right now only objects are sent trough the websocket channel using client/server stream.
The choice is made for various reasons:
That said, a big warning should be rise on the console when user try to sent classes or self referenced object or list of.
Right now it just silently fails, rising a lot of headaches for poor programmers.
The text was updated successfully, but these errors were encountered: