Hi, I need to send the same message to every client that connects to the server. To avoid the overhead of creating a new ChannelBuffer every time, I tend to create a static one and send it to users. Is it going to cause any problem in performance/correctness? Thanks in advance. -- Timmy