diff options
author | Marcel Hollerbach <mail@marcel-hollerbach.de> | 2019-09-04 13:39:42 -0400 |
---|---|---|
committer | Mike Blumenkrantz <zmike@samsung.com> | 2019-09-04 13:39:43 -0400 |
commit | d794a0d3d95c3addcb21df75606c444c6e3ed6d8 (patch) | |
tree | 15f8b5995b67c1a80d7f32d35b17267b1c47d321 /src/lib/efreet | |
parent | 917b5feb27d491801495962226e38a0c171daeef (diff) |
efl_io_model: remove custom counting logic
Summary:
this logic brings a few problems:
- When files are annonced here, without the monitor having the context
of the files, immidiat actions like deletion of the file are resulting
in no deletion event. Which is definitly a bug, so we need to wait here
for the monitor.
- When a new count is annonced before the files are there from the
monitor, we are heading towards the same issue - additionally, we might
already have files available, due to the custom counting that are not
annoncned through the monitor, which means, at a later pointer we are
annoncing a new file which is already available via the API.
Right now i do not see a way to continue with this code, it caused major
issues with our CI and the POLL backend, for now things do work again.
Depends on D9624
Reviewers: zmike, stefan_schmidt, cedric, felipealmeida
Reviewed By: zmike
Subscribers: cedric, #reviewers, #committers
Tags: #efl
Differential Revision: https://phab.enlightenment.org/D9625
Diffstat (limited to 'src/lib/efreet')
0 files changed, 0 insertions, 0 deletions