Mosquito

Results 223 comments of Mosquito

Quick fix: ```python from aiofile.utils import LineReader # 1 megabyte chunks LineReader.CHUNK_SIZE = 2 ** 20 ``` For complete fix the some time or help is wanted.

Depend of kernel version and mount options, this not tested as well, but kernel documentation promises this will works.

The performance actually depends on what underlaying implementation of `caio` is currently used in the benchmark environment. The `linux_aio`-based implementation, of course, only for linux this have a better performance....

This not compatible for older python versions as you can see.

Please attach the code example, this should be very helpful

Could you please add dumped message or another way how can I reproduce it?

@torarvid Hi, haven't looked closely yet. All free time is busy with this PR #164. If you have any ideas how to fix this case feel free to open a...

Oh, at first I answered, then I realized that this is PR.

This patch should fix your issue I guess ```diff diff --git a/aiormq/abc.py b/aiormq/abc.py index 751385f..7c192ae 100644 --- a/aiormq/abc.py +++ b/aiormq/abc.py @@ -27,24 +27,24 @@ ExceptionType = Union[BaseException, Type[BaseException]] # noinspection...

The main idea is the `TaskWrapper.__getattr__` will start to return task exception method instead of the it's own attribute.