Hi Netty experts,
    Is it safe to write to a channel from multiple threads concurrently? I 
am not worried about the ordering of the messages actually written but 
worried about whether the data will be corrupted.
 
Thread1: channel.write(msg1); with some listener 
Thread2: channel.write(msg2); with some other listener.
 
Thanks
Pei

-- 
You received this message because you are subscribed to the Google Groups 
"Netty discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to netty+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/netty/419c720f-cc20-42ec-83c5-3b75c4f3aa55%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to