|
|
@@ -154,7 +154,7 @@ namespace YSAI.Netty.service
|
|
|
string broadcast = string.Format("{0}\n", msg);
|
|
|
string response = string.Format("{0}\n", msg);
|
|
|
group.WriteAndFlushAsync(broadcast, new EveryOneBut(contex.Channel.Id));
|
|
|
- //contex.WriteAndFlushAsync(response);
|
|
|
+ contex.WriteAndFlushAsync(response);
|
|
|
if (string.Equals("bye", msg, StringComparison.OrdinalIgnoreCase))
|
|
|
{
|
|
|
contex.CloseAsync();
|