dsoprea / PyInotify

An efficient and elegant inotify (Linux filesystem activity monitor) library for Python. Python 2 and 3 compatible.
GNU General Public License v2.0
242 stars 73 forks source link

Issue running with socketio #89

Open bhargavravat opened 3 years ago

bhargavravat commented 3 years ago

Hi @davidparsson :

Here is my use case :

Receive data from socket io , and when ever new file is downloaded to the folder to which i am watching some other function should be called.

Now I am able to run socketio portion seperately and also i watcher portion seperately.

When I have merged both of them then only either of them is working.

Can you suggest any workaround for this ?

davidparsson commented 3 years ago

@bhargavravat, I'm not sure why you pinged me. If I however was a maintainer, I think I would be unable to help without any information on what you have tried.