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

Close & Destroy #32

Merged
merged 3 commits into from
Aug 5, 2015
Merged

Close & Destroy #32

merged 3 commits into from
Aug 5, 2015

Conversation

mcollina
Copy link
Contributor

Implemented correctly session.close, session.destroy and channel.destroy.

@@ -33,7 +33,7 @@
},
"main": "lib/jschan.js",
"scripts": {
"test": "mocha --recursive test 2>&1",
"test": "_mocha --recursive test",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why _mocha ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because of mochajs/mocha#1393

@AdrianRossouw
Copy link
Contributor

@mcollina How does this affect the websocket driver?

lgtm otherwise

@mcollina
Copy link
Contributor Author

Not much, it was a bug shared by all transports. I'm trying to fix the closing issue on graft, so that we can have a proper reconnect system on top of that. However that's not solved yet, tests passes here but not there :(.

@AdrianRossouw
Copy link
Contributor

how can i help? it's the next thing i want to tackle in aetherboard.
currently it crashes if you close a tab, and anyone draws.

@mcollina
Copy link
Contributor Author

open a bug there with a stacktrace. Also, a test to reproduce will help a lot!

AdrianRossouw added a commit that referenced this pull request Aug 5, 2015
@AdrianRossouw AdrianRossouw merged commit 7ba7b8b into master Aug 5, 2015
@AdrianRossouw AdrianRossouw deleted the close branch October 23, 2015 09:56
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

Successfully merging this pull request may close these issues.

2 participants