Skip to content
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

LOW: Check SocketHandler if it is still full-duplex able #67

Open
TLTimeplex opened this issue Feb 22, 2023 · 0 comments
Open

LOW: Check SocketHandler if it is still full-duplex able #67

TLTimeplex opened this issue Feb 22, 2023 · 0 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@TLTimeplex
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Their are two types of possible request from the server to the server:

  • RequestEncryption
  • RequestConnectionClose
    Both modify the socket after the next message send. The problem is when the server send anouther package bevor the requester of the feature do this, this could lead into a terrible misfire.

Describe the solution you'd like
Block the write as long as the requester of the request doesn't send its message

@TLTimeplex TLTimeplex added bug Something isn't working enhancement New feature or request labels Feb 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant