Тема: [Point Blank] error in java
Показать сообщение отдельно
Непрочитано 06.07.2017, 09:07   #7
Пользователь

Автор темы (Топик Стартер) Re: error in java

Цитата:
Сообщение от DarkSkeleton12 Посмотреть сообщение
There are 2 ways:

1. Use this after all read operations in the try {} finally{}

Код:
finally {
ReferenceCountUtil.release(msg);
}
2. Use .slice ()

Код:
ByteBuf bb = msg.content().slice();
THX , I will try this fix and I will inform you with the results , but I have Another problem is the disappearance of channels from the servers after running the server for a period of time or the entry of a number of players, and this is one of the worst problems that meet me
TomCodder вне форума Ответить с цитированием