I wrote a worker that has a big loop. If I send a message to this worker while loop is executing, it isn't readed until loop ends. I need message can be readed while executing that loop.
Anybody has any ideas? Thanks
I wrote a worker that has a big loop. If I send a message to this worker while loop is executing, it isn't readed until loop ends. I need message can be readed while executing that loop.
Anybody has any ideas? Thanks