Skip to content
Snippets Groups Projects
  1. Jun 27, 2013
  2. Jun 19, 2013
  3. Jun 17, 2013
  4. Jun 14, 2013
  5. Jun 13, 2013
  6. Jun 06, 2013
  7. Jun 05, 2013
  8. May 31, 2013
  9. May 30, 2013
  10. May 16, 2013
  11. May 15, 2013
  12. May 14, 2013
    • akwizgran's avatar
      Fixed a race conditon when adding a transport and then an endpoint. · dddd15cd
      akwizgran authored
      To fix issue #3611966, KeyManagerImpl's handling of TransportAddedEvent
      was made asynchronous. This made it possible for a thread to call
      KeyManager.endpointAdded() before the KeyManager had asynchronously
      handled the TransportAddedEvent from a previous call to
      DatabaseComponent.addTransport().
      dddd15cd
Loading