Skip to content
Snippets Groups Projects
  1. Aug 03, 2016
  2. Aug 02, 2016
  3. Aug 01, 2016
  4. Jul 31, 2016
  5. Jul 29, 2016
  6. Jul 28, 2016
    • Mark Haines's avatar
      Create separate methods for getting messages to push · 0a7d3cd0
      Mark Haines authored
      for the email and http pushers rather than trying to make a single
      method that will work with their conflicting requirements.
      
      The http pusher needs to get the messages in ascending stream order, and
      doesn't want to miss a message.
      
      The email pusher needs to get the messages in descending timestamp order,
      and doesn't mind if it misses messages.
      0a7d3cd0
Loading