-
Notifications
You must be signed in to change notification settings - Fork 9
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
Comments
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? |
I spoke too early. It's missing ByteStream support :( |
Ok, now is done 👯 |
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?
The text was updated successfully, but these errors were encountered: