storagXpert / lucidMQ

Message Queue for cluster communication
GNU General Public License v3.0
1 stars 1 forks source link

Wakeup Sender when client writes messages locally #9

Open abhisina opened 4 years ago

abhisina commented 4 years ago

Currently the sender sleeps for a few seconds before it checks for new messages written locally. Its sleep can only be interrupted by a remote message from receive path. Sender should be interrupted even when messages are written locally.