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

Error fails to terminate com receive loop #85

Open
gzm0 opened this issue Sep 26, 2017 · 0 comments
Open

Error fails to terminate com receive loop #85

gzm0 opened this issue Sep 26, 2017 · 0 comments
Labels

Comments

@gzm0
Copy link
Contributor

gzm0 commented Sep 26, 2017

Consider:

var x = true
window.setInterval(1000, function() {
  if (x) {
    x = false;
    throw "foo";
  }

  scalaJSCom.send("hello");
}

The message(s) "hello" should not be sent.

@gzm0 gzm0 added the bug label Sep 26, 2017
@gzm0 gzm0 added this to the v0.2.1 milestone Sep 26, 2017
@gzm0 gzm0 removed this from the v0.2.1 milestone Sep 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant