grid.promise: avoid blocking process while sending or receiving message from queue
if the message size is too big, the promise process can hang on queue.put and parent process will no be able to read the message. This will finally result in a deadlock situation.
Showing
Please register or sign in to comment