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

Self-hosted SignalR client calls fail after start.done() for a short duration #2358

Closed
davidfowl opened this issue Jul 29, 2013 · 2 comments
Closed
Assignees
Milestone

Comments

@davidfowl
Copy link
Member

https://jabbr.blob.core.windows.net/jabbr-uploads/SignalR_DelayAfterStart_Done_2ca1.zip

The included project is a Console Application that self-hosts SignalR 1.1.2 The NuGet dependencies should redownload after the first build.

Run the console program, navigate to the outputted url with the browser console showing.

On the first client connection for an instance of the serving process, only "5/5." will appear (after a 3 second wait).

Refresh the client page to show the full output of "1/1 ... 2/2 ... 3/3 ... 4/4 ... 5/5." (finished after 3 second wait).

Bug is that the first load should match the subsequent loads but it does not.

@ghost ghost assigned abnanda1 Aug 5, 2013
@abnanda1
Copy link
Contributor

abnanda1 commented Aug 7, 2013

This bug has been fixed in 2.0.0 beta-2.

@ghost ghost assigned gustavo-armenta Aug 7, 2013
@gustavo-armenta
Copy link
Contributor

updated repro to 2.0.0.RC and verified the bug is fixed

Now connected, connection ID=d6664bde-dd78-4128-b134-41b341a226e2 index.html:20
1/5 ... index.html:15
2/5 ... index.html:15
3/5 ... index.html:15
4/5 ... index.html:15
5/5. index.html:15

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants