Stepan Ulyanin

Results 9 comments of Stepan Ulyanin

@Lukasa any suggestions on testing here?

@Lukasa thanks a bunch, will let you know how it goes

@Lukasa I finally got back to this one. Trying to reproduce a failing test case at the moment. I followed your suggestion and found out that the events are properly...

@Lukasa I dug around a little more and have one last thing I can't fully figure out. We are advancing the time on the embedded event loop, hence we are...

@Lukasa Ok, I have been able to reproduce the bug; I can see the `IdleStateEvent.read` fired from an orphan `scheduledReaderTask` after we remove the idle state handler from the pipeline...

@Lukasa surely these would have to be new functions? Reading through the source at the moment.

Ok, I am going to pick this one up, working on it

Some notes on implementation here. Looks like we can use `COPYFILE_UNLINK` with `Libc.copyfile` to atomically unlink and copy on Darwin systems. But similar functionality doesn't exist (?) on Linux. A...