Closed balliegojr closed 2 years ago
Hi @balliegojr,
Yeah! it could be a great addition. I think it is easy, later I will make a PR with this feature.
Regarding encryption, you can do it in both ways with its pros/cons:
FramedTcp
that sends the size of the packet for each message.Done in https://github.com/lemunozm/message-io/pull/115 Version 0.14.4 has this change
Hi @lemunozm,
Wow, that was fast!. Thank you very much
I will see what to do regarding the encryption thing... still not decided yet
Hi,
It would be very nice to have a way to cancel messages scheduled with
send_with_timer
.I also have a question. I need to encrypt the network traffic, do you recommend implementing an adapter for this or just encrypt the content of the messages before sending them?