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

Issue: Message Buffering Causes Messages to Stick Together After Certain Point #2

Open
InventedSarawak opened this issue Oct 27, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@InventedSarawak
Copy link
Owner

Description:

There is a problem with the message buffering in the server implementation. After a certain number of messages have been sent and received, the messages start to stick together, making it difficult to distinguish between individual messages.

Steps to Reproduce:

  1. Start the TinyServer and connect multiple clients.
  2. Send a series of messages between clients.
  3. After a certain number of messages, observe that messages appear concatenated or stick together.

Expected Behavior:

Each message should be distinct and clearly separated when displayed.

Actual Behavior:

Messages become concatenated and are difficult to read.

Environment:

  • TinyServer version: [insert version]
  • Operating System: [insert OS]
  • Number of clients connected: [insert number]

Additional Context:

This issue may impact the user experience as it can lead to confusion when reading chat logs. A potential solution might involve adjusting how messages are buffered and ensuring they are properly separated.#### Description:
There is a problem with the message buffering in the server implementation. After a certain number of messages have been sent and received, the messages start to stick together, making it difficult to distinguish between individual messages.

Steps to Reproduce:

  1. Start the TinyServer and connect multiple clients.
  2. Send a series of messages between clients.
  3. After a certain number of messages, observe that messages appear concatenated or stick together.

Expected Behavior:

Each message should be distinct and clearly separated when displayed.

Actual Behavior:

Messages become concatenated and are difficult to read.

Environment:

  • TinyServer version: [insert version]
  • Operating System: [insert OS]
  • Number of clients connected: [insert number]

Additional Context:

This issue may impact user experience as it can lead to confusion when reading chat logs. A potential solution might involve adjusting how messages are buffered and ensuring they are properly separated.

@InventedSarawak InventedSarawak self-assigned this Oct 27, 2024
@InventedSarawak InventedSarawak added the bug Something isn't working label Oct 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant