mosquito/aiofile

Reading and Writing for the unix pipe example hangs

lhayhurst opened this issue · 2 comments

Hi, when I run the UNIX pipe example, it does not work as it should. Looking at it in a debugger, It appears that the readers and writers are blocked on the os.open(). My OS is Ubuntu 18.04.

Cheers

See this answer first.

thanks, will give aio-pipe a shot.