-
Notifications
You must be signed in to change notification settings - Fork 641
New issue
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
[Enhancement] Socket Channel may be null if error or crash during client-side
connecting
#3191
Comments
Welcome to the Apache EventMesh (incubating) community!! Please make sure to include all the relevant context. If you are interested in contributing to our project, please let us know! Want to get closer to the community? Mailing Lists:
|
It has been 90 days since the last activity on this issue. Apache EventMesh values the voices of the community. Please don't hesitate to share your latest insights on this matter at any time, as the community is more than willing to engage in discussions regarding the development and optimization directions of this feature. If you feel that your issue has been resolved, please feel free to close it. Should you have any additional information to share, you are welcome to reopen this issue. |
It has been 90 days since the last activity on this issue. Apache EventMesh values the voices of the community. Please don't hesitate to share your latest insights on this matter at any time, as the community is more than willing to engage in discussions regarding the development and optimization directions of this feature. If you feel that your issue has been resolved, please feel free to close it. Should you have any additional information to share, you are welcome to reopen this issue. |
Search before asking
Enhancement Request
Locating at: org/apache/eventmesh/client/tcp/common/TcpClient.java
Line: 118
the implementation of
close()
close()
would be calledfinally
block for resource safetytry()
socket will fail if the error or crash is on
bind()
,channel
reference will be NullDescribe the solution you'd like
Removing
channel.disconnect().sync();
, resources will be closed with the determination ofEventLoopGroup
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: