3
0

Rollback to the state of .152 build with some critical fixes and updates

This commit is contained in:
Sergey Shatunov
2016-01-04 12:38:37 +07:00
parent 40c95e49c0
commit f722fccdce
38 changed files with 406 additions and 1452 deletions

View File

@ -77,7 +77,7 @@
packet.processPacket(this.netHandler);
}
@@ -225,8 +257,11 @@
@@ -225,6 +257,8 @@
public void closeChannel(IChatComponent p_150718_1_)
{
@ -85,11 +85,8 @@
+
if (this.channel.isOpen())
{
+ this.outboundPacketsQueue.clear(); // KCauldron
this.channel.close();
this.terminationReason = p_150718_1_;
}
@@ -254,7 +289,7 @@
@@ -254,7 +288,7 @@
{
;
}
@ -98,7 +95,7 @@
try
{
p_initChannel_1_.config().setOption(ChannelOption.TCP_NODELAY, Boolean.valueOf(false));
@@ -322,6 +357,13 @@
@@ -322,6 +356,13 @@
return channel;
}