-
Notifications
You must be signed in to change notification settings - Fork 17
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
expand SAY/LISTEN/REQUEST to allow "connection" style bi-directional continued signaling: CONVERSE #131
Comments
zippy
changed the title
expand SAY/LISTEN/REQUEST to allow "connection" style bi-directional continued signaling
expand SAY/LISTEN/REQUEST to allow "connection" style bi-directional continued signaling: CONVERSE
Mar 26, 2016
zippy
added a commit
that referenced
this issue
Apr 1, 2016
zippy
added a commit
that referenced
this issue
Apr 8, 2016
zippy
added a commit
that referenced
this issue
Apr 10, 2016
zippy
added a commit
that referenced
this issue
Apr 12, 2016
zippy
added a commit
that referenced
this issue
Apr 17, 2016
Not so sure any more about the "TOPIC" idea. Isn't the carrier and the ASPECT good enough?? |
zippy
added a commit
that referenced
this issue
Apr 17, 2016
zippy
added a commit
that referenced
this issue
Apr 17, 2016
still not working: cleanup of nested conversations...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
currently REQUEST/RESPOND allows a round-trip interaction by connecting the RESPONSE to the sent signal in the flux, and on the requesting end by the pending responses queue which routes signals to the right place if they are part of such a session.
The goal of this ticket is to expand this to work for persistent bi-directional sessions, so both ends can keep signals flowing inside a known context.
The text was updated successfully, but these errors were encountered: