Commit Graph

5 Commits

Author SHA1 Message Date
Tony Garnock-Jones ffe06a65a8 No longer need inbound flag on tcp-data, since streams are directional now 2012-03-13 15:08:32 -04:00
Tony Garnock-Jones 23a8237a9a With new virtual-topic semantics, no longer need the non-wild checks 2012-03-13 15:05:00 -04:00
Tony Garnock-Jones 3f8b7313db Permit clean shutdown by adjusting virtual-topic presence semantics. A
flow is now visible if either both peer topics are non-virtual or if
the local topic is virtual: this means that virtual topics see other
virtual topics come and go as well as normal topics, but normal topics
only see other normal topics. Adjusting the example program's session
manager to subscribe virtually and then only pay attention to new
normal flows solves the socket-shutdown problem: because all the
wildcard, resource-managing peers are now virtually subscribed and the
resources themselves are normally subscribed, the resources can use
normal presence to manage their own lifecycles.
2012-03-13 05:29:27 -04:00
Tony Garnock-Jones 0820c7e572 TCP in a pub/sub style 2012-03-11 13:08:04 -04:00
Tony Garnock-Jones 3b7e757518 Presence-supporting conversation rooms; WIP 2012-03-10 20:26:02 -05:00