1. 31 3月, 2019 1 次提交
  2. 30 3月, 2019 9 次提交
  3. 23 3月, 2019 1 次提交
  4. 22 3月, 2019 1 次提交
  5. 12 3月, 2019 2 次提交
  6. 06 3月, 2019 1 次提交
  7. 21 12月, 2016 4 次提交
  8. 20 12月, 2016 3 次提交
  9. 19 12月, 2016 9 次提交
  10. 02 12月, 2016 6 次提交
  11. 24 11月, 2016 1 次提交
    • R
      Avoid locking in WebSocket session "close" callback · 31df0901
      Rossen Stoyanchev 提交于
      When processing a "close" notification from the server make an effort
      to cancel any outstanding heartbeat but avoid going as far as acquiring
      the responseLock since the server itself may already hold a lock of its
      own leading to a potential deadlock.
      
      The heartbeat task is now also further protected with an isClosed()
      check in case the heartbeat does not get cancelled in a concurrent
      scenario.
      
      Issue: SPR-14917
      31df0901
  12. 08 11月, 2016 1 次提交
  13. 04 11月, 2016 1 次提交