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

Web Experience Chat #33

Merged
merged 6 commits into from
Sep 4, 2023
Merged

Web Experience Chat #33

merged 6 commits into from
Sep 4, 2023

Conversation

TheCodeTherapy
Copy link
Contributor

Resolves #7

This PR implements text-chat (client and server).

What kind of change does your PR introduce? (check at least one)

  • Bugfix
  • Feature
  • Refactor
  • Tests
  • Other, please describe:

Does your PR fulfill the following requirements?

  • The title references the corresponding issue # (if relevant)

// this.textChatUI?.addTextMessage("testUser", `this is message ${i}`);
// i++;
// }, 2000);
// }, 500);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Commented out code

// }, 500);
}

private sendMessageToServer = (_clientName: string, message: string): void => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This can use a regular method definition rather than an assignment (remove the =)

// }, 500);
}

private sendMessageToServer = (_clientName: string, message: string): void => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

_clientName is unused

@MarcusLongmuir MarcusLongmuir merged commit 6637e2d into main Sep 4, 2023
5 checks passed
@MarcusLongmuir MarcusLongmuir deleted the feature/text-chat branch September 4, 2023 17:20
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

Successfully merging this pull request may close these issues.

Web Experience Chat
2 participants