Skip to content

Send EOR after `do_stopping` has finished

Hanno Perrey requested to merge py-push-thread-closing into main

This MR allows to send data in the do_stopping method and will only send the EOR after.

It also removes the running state from the DataSender (as it adds complexity and can cause confusion) and does some minor refactorization to that code.

This fixes #108 (closed)

Merge request reports