1. 07 7月, 2017 1 次提交
  2. 18 5月, 2017 1 次提交
    • K
      Minor refactoring (#106) · 917c433f
      Kegsay 提交于
      - `s/Server/OutputRoomEvent/` in `consumers` to accurately reflect what is being consumed.
      - `s/set/userIDSet/` in `notifier.go` for clarity.
      - Removed lying comments.
      917c433f
  3. 17 5月, 2017 1 次提交
  4. 10 5月, 2017 1 次提交
    • K
      Split out notifying /sync requests and calculating sync responses (#96) · 04f3c154
      Kegsay 提交于
      * Split out notifying /sync requests and calculating sync responses
      
      The logic for notifying /sync requests is about to get really
      complicated as we optimise when to wake up requests, so split
      out that code into a separate struct to isolate it and make
      it easier to unit test.
      04f3c154