1. 31 3月, 2019 1 次提交
  2. 30 3月, 2019 6 次提交
  3. 29 3月, 2019 2 次提交
    • R
      Fix checkstyle warning · 57d006b3
      Rossen Stoyanchev 提交于
      57d006b3
    • R
      Uncomment buffer leak tests in DataBufferUtils · beae1fbb
      Rossen Stoyanchev 提交于
      Following a response on
      https://github.com/reactor/reactor-core/issues/1634 apparently
      FluxSink is respecting doOnDiscard but there is a race condition
      in DataBufferUtils with file reading.
      
      This commit makes two changes:
      1) Add more checks for onDispose to detect cancellation signals
      as well as to deal with potentially concurrent such signal.
      2) Do not close the channel through the Flux.using callback but
      rather allow the current I/O callback to take place and only then
      close the channel or else the buffer is left hanging.
      
      Despite this tests still can fail due to a suspected issue in Reactor
      itself with the doOnDiscard callback for FluxSink. That's tracked under
      the same issue https://github.com/reactor/reactor-core/issues/1634
      and for now the use of DefaultDataBufferFactory is enforced as a
      workaround until the issue is resolved.
      
      See gh-22107
      beae1fbb
  4. 28 3月, 2019 12 次提交
  5. 27 3月, 2019 7 次提交
  6. 26 3月, 2019 7 次提交
  7. 25 3月, 2019 3 次提交
  8. 23 3月, 2019 2 次提交