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

Find a solution for the Crtl + D input #34

Closed
pmeising opened this issue Apr 19, 2023 · 2 comments
Closed

Find a solution for the Crtl + D input #34

pmeising opened this issue Apr 19, 2023 · 2 comments
Assignees

Comments

@pmeising
Copy link
Collaborator

pmeising commented Apr 19, 2023

When the Client sends partial data and then ends the communication by providing an EOF command like in the following example:

/JO CRTL +D
IN

If the command is continued in a new line after having sent the first (partial) command, the Server should be able to connect the dots and recognize the command as /JOIN instead of treating it as 2 seperate messages.

@pmeising pmeising self-assigned this Apr 19, 2023
@pmeising
Copy link
Collaborator Author

pmeising commented Apr 19, 2023

Ctrl. + D simply means EOF - end of file and therefore ends the message sent to the Server.
https://www.programmerhat.com/linux-ctrl-d/

@Triinuj
Copy link
Collaborator

Triinuj commented Apr 21, 2023

In testing, most likely solved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants