Hi, We need to implement read/write suspend on MINA 3, but I have some questions.
I understand the usefulness of read suspend : * controlling slow readers * blocking incoming message until a long operation completed (like gathering security information for deciphering/authing the stream) But for write suspend, I never used it. It's looking somewhat dangerous (can kill your memory since you blocked your write queue. Is it useful for someone ? Julien
