1. 21 7月, 2016 1 次提交
  2. 20 7月, 2016 1 次提交
  3. 16 7月, 2016 3 次提交
  4. 15 7月, 2016 10 次提交
  5. 06 7月, 2016 2 次提交
  6. 04 7月, 2016 2 次提交
  7. 02 7月, 2016 5 次提交
  8. 01 7月, 2016 5 次提交
  9. 30 6月, 2016 1 次提交
  10. 29 6月, 2016 8 次提交
  11. 18 6月, 2016 1 次提交
    • R
      Add heartbeat lock to SockJS server sessions · 4c87167c
      Rossen Stoyanchev 提交于
      Even before this change SockJS sessions always cancelled the heartbeat
      task first prior to sending messages. However when the heartbeat task
      is already in progress, cancellation of it is not enough and we must
      wait until the heartbeat is sent.
      
      This commit adds a heartbeat write lock which is obtained and held
      during the sending of a heartbeat. Now when sessions send a message
      they still cancel the heartbeat task but if that fails they also wait
      for the heartbeat write lock.
      
      Issue: SPR-14356
      4c87167c
  12. 10 6月, 2016 1 次提交