Logo white

Peter M. Groen / redox

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Commits 152
  • Compare
  • Branches 1
  • Tags 0
  • redox
  • src
  • subscriber.cpp
26 Jan, 2015
2 commits
  • Finish code style refactoring for Redox, add license notices ...
    0fd859b7
    Conform (mostly) to Google C++ guidelines.
    
    Apache license notice and link above each core file.
    Hayk Martirosyan authored
    2015-01-26 18:05:31 -0800  
    Browse File »
  • Improve client API, split off Subscriber class ...
    b4f96a55
    Refactor state management code to use three methods .connect(),
    .disconnect(), and .wait(). Start conforming to uniform coding style
    already applied to Command class.
    
    Split off subscribe functionality into its own class Subscriber. This is
    good because it was introducing unnecessary state and complexity into
    the main client. Now, Redox handles publishing like any other command
    and the Subscriber receives messages.
    Hayk Martirosyan authored
    2015-01-26 17:25:28 -0800  
    Browse File »