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

Fix/issue #61 #66

Closed

Conversation

ritwik-69
Copy link
Contributor

fixes: #61

Description

Created the sending events to all the eligible clients with the response object.

Motivation and Context

[Explain the motivation behind these changes and provide any relevant context.]

How to Test

[Describe the steps to test the changes made in this pull request.]

Related Issues

[If applicable, mention any related issues or pull requests.]

Checklist

  • I have tested these changes locally.
  • I have reviewed the code and ensured it follows the project's coding guidelines.
  • I have updated the documentation, if necessary.
  • I have assigned reviewers to this pull request.

Screenshots (if applicable)

[If your changes include any visual updates, provide screenshots here.]

This commits creates two functions that pushes the event object
 into the event queue of a specific client id.
 The second Function sends the each event of the given client id to
 all the eligible client id (i.e only if response object is available)

 update:Removed the todo and eslint comment and removed the doSendEvent
 function content

 Fixes:shivansh-bhatnagar18#60
This commits implements the actual sending of events to the
Eligible clients about the event sent by other client.

Fixes:shivansh-bhatnagar18#61
This commits implements the actual sending of events to the
Eligible clients about the event sent by other client.

Fixes:shivansh-bhatnagar18#61
Copy link

vercel bot commented Jun 4, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
multiplayer-uno ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 4, 2024 10:43am

@kuv2707
Copy link
Collaborator

kuv2707 commented Jun 4, 2024

image

The commit message doesn't need to mention anything about intermediate edits/changes

@ritwik-69
Copy link
Contributor Author

@kuv2707 should i change the commit message?

@kuv2707
Copy link
Collaborator

kuv2707 commented Jun 4, 2024

Yes

@kuv2707
Copy link
Collaborator

kuv2707 commented Jun 7, 2024

Closing in favor of #66
Thanks for all the work @ritwik-69

@kuv2707 kuv2707 closed this Jun 7, 2024
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.

Implement the actual sending of events.
2 participants