Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failure to invoke client side method doesn't propogate to the caller #951

Closed
raybooysen opened this issue Nov 10, 2012 · 1 comment
Closed

Comments

@raybooysen
Copy link

Consider this example on the server side:
Foo x = //initialise to some value;
Boo y = // initialise;

Clients.Caller.spot(x);
Clients.Caller.spot(y);

Consider the code on the client side. Using the On call, the client will first receive x and after that the client will try deserialise y and provide the handler a new instance of Foo.

This should probably propagate an error instead when y is received on the client.

@aspnet-hello
Copy link

This issue has been closed as part of issue clean-up as described in https://blogs.msdn.microsoft.com/webdev/2018/09/17/the-future-of-asp-net-signalr/. If you're still encountering this problem, please feel free to re-open and comment to let us know! We're still interested in hearing from you, the backlog just got a little big and we had to do a bulk clean up to get back on top of things. Thanks for your continued feedback!

@aspnet-hello aspnet-hello removed this from the Backlog milestone Sep 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants