Skip to content
Snippets Groups Projects
  1. Mar 05, 2012
    • Wesley W. Terpstra's avatar
      Change the logic of who calls callbacks: · 27cf5623
      Wesley W. Terpstra authored
        eb_device_close kills outstanding callbacks, not eb_socket_close.
      ... to do this, response tracked cycles remember their device.
      ... and on device close it filters the entire list of awaiting responses.
      
      The reasoning behind this change:
        the user probably has handles to the device in the callback
        if he closes the device, the callbacks might run later with a bad pointer
        instead => kill those callbacks as part of closing the device.
      
      27cf5623
  2. Mar 02, 2012
  3. Mar 01, 2012
  4. Feb 29, 2012
  5. Feb 28, 2012