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
2.0.0版本直接传字符串进行关闭会报错。直接使用 connection.close(); 不会
The text was updated successfully, but these errors were encountered:
因为这个最后调用的是 Spring 的接口,所以需要传CloseStatus对象,你可以自己new一个,我这边因为Servlet和Reactive还有Netty等不同的连接对象需要传入的值不一样所以使用Object做兼容而已
CloseStatus
new
Servlet
Reactive
Netty
Object
Sorry, something went wrong.
2.1.0版本处理了兼容问题不会再报错
No branches or pull requests
2.0.0版本直接传字符串进行关闭会报错。直接使用 connection.close(); 不会
The text was updated successfully, but these errors were encountered: