zippy / ceptr

(a recomposable medium for distributed social computing) || (semantic self-describing protocol stacks)
http://ceptr.org
GNU General Public License v3.0
89 stars 17 forks source link

expand SAY/LISTEN/REQUEST to allow "connection" style bi-directional continued signaling: CONVERSE #131

Open zippy opened 8 years ago

zippy commented 8 years ago

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.

zippy commented 8 years ago

Not so sure any more about the "TOPIC" idea. Isn't the carrier and the ASPECT good enough??