Commit graph

53 commits

Author SHA1 Message Date
Gered 32b9a4b635 add refcounting to view subscriptions / unsubscriptions
to know when it requests should be sent to the server to subscribe
and when to unsubscribe (if multiple components subscribed to the same
view-sig, etc)
2014-12-26 23:51:49 -05:00
Gered a91876b7da view components now maintain their own list of subscribed view-sigs
- includes some related refactorings
- getting a view cursor by view name (not sig) now is limited to a
  view-sig lookup within the list of the component's own subscribed
  view-sigs instead of the global subscribed view-sig list
2014-12-26 22:39:37 -05:00
Gered 7c2350f136 initial commit using test application code as the base & comments added 2014-12-24 19:19:43 -05:00