We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
所以现在有问题了,ServerStatus 这个地方启动,当 httpServerPort 参数没有填的时候 即为 -1 的时候,他无法启动 ServerStatus 构造方法中的 消费者线程,导致了 public static final BlockingQueue ASYNC_REQUEST = new LinkeBlockingQueue<ServerStatus.RequestInfo>(); 内存溢出!
The text was updated successfully, but these errors were encountered:
fixed at version 3.5.1
Sorry, something went wrong.
GOOD
No branches or pull requests
所以现在有问题了,ServerStatus 这个地方启动,当 httpServerPort 参数没有填的时候 即为 -1 的时候,他无法启动 ServerStatus 构造方法中的 消费者线程,导致了
public static final BlockingQueue ASYNC_REQUEST = new LinkeBlockingQueue<ServerStatus.RequestInfo>();
内存溢出!
The text was updated successfully, but these errors were encountered: