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

Passing Channels between Sessions #22

Closed
mcollina opened this issue Aug 28, 2014 · 3 comments
Closed

Passing Channels between Sessions #22

mcollina opened this issue Aug 28, 2014 · 3 comments

Comments

@mcollina
Copy link
Contributor

Currently a channel, once created, can be serialized only within the session that has originated it.

This means that I cannot route the messages between the services easily, i.e. I cannot send a channel from one user to another client. Currently, this can be done only through explicit piping.

However, I think it's doable to automatic 'fix' this, so when we send a channel bound to another session, it gets automatically piped. What do you think?

@AdrianRossouw
Copy link
Contributor

i dunno.

what do you think the libchan expected behaviour around this would be? Since the behaviour currently seems undefined by the spec, I just worry about doing something here that goes counter to what the spec becomes.

It's definitely what we want to happen on the graft side of things though.

are there situations where you would explicitly not want this, or the automatic 'fix' is going to get in the way?

@mcollina
Copy link
Contributor Author

mcollina commented Sep 1, 2014

I spoke too early. It's missing ByteStream support :(

@mcollina
Copy link
Contributor Author

mcollina commented Sep 1, 2014

Ok, now is done 👯

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