drapostolos / rdp4j

Remote Directory Poller for Java
MIT License
46 stars 25 forks source link

DirectoryPoller hangs if stop() method called from within a Listener #8

Closed drapostolos closed 8 years ago

drapostolos commented 9 years ago

Deadlock situation when DirectoryPoller.stop() method called from within a listener.

Will be solved by adding a non-blocking stop+ method, as suggested in issue #3.

drapostolos commented 9 years ago

A fix for this has now been pushed to master. See commit: 8e9b28c131ee449bb180d68471a126010970190c

drapostolos commented 8 years ago

Fixed in version 0.2.1