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

Dartium only delivers data packets after page reload #16255

Closed
DartBot opened this issue Jan 23, 2014 · 1 comment
Closed

Dartium only delivers data packets after page reload #16255

DartBot opened this issue Jan 23, 2014 · 1 comment
Labels
type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)

Comments

@DartBot
Copy link

DartBot commented Jan 23, 2014

This issue was originally filed by Trin...@gmail.com


What steps will reproduce the problem?

  1. Download the socketire code from git (http://github.com/influx6/socketire)
  2. use dartium(chromium Version 31.0.1650.39 (1593))
  3. pub install and cd ./test and dart server.dart
  4. points browser to http://127.0.0.1:3000/users

What is the expected output? What do you see instead?
Page loads with a simple html page,web-socket request is made but no data is received,if page is reload and the console is checked only then do messages get delivered but even response is not received by client,
also random works at times but only 1 out of 3 times

What version of the product are you using? On what operating system?
OS: Windows 7 32-bit
Dartium: (chromium Version 31.0.1650.39 (1593))
dart sdk: Dart VM version: 1.0.0.10_r30798 (Mon Dec 02 11:26:46 2013) on "windows_ia32"

Please provide any additional information below.

@sgjesse
Copy link
Contributor

sgjesse commented Jan 23, 2014

Added Area-Dartium, Triaged labels.

@kevmoo kevmoo added type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) and removed priority-unassigned labels Feb 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
Projects
None yet
Development

No branches or pull requests

4 participants