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

Commits on Jun 4, 2024

  1. client:Implemented the enqueuing mechanism for clients

    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
    ritwik-69 committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    b5ea673 View commit details
    Browse the repository at this point in the history
  2. server:Implement the actual sending of events

    This commits implements the actual sending of events to the
    Eligible clients about the event sent by other client.
    
    Fixes:shivansh-bhatnagar18#61
    ritwik-69 committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    78b2a5f View commit details
    Browse the repository at this point in the history
  3. server:Implement the actual sending of events

    This commits implements the actual sending of events to the
    Eligible clients about the event sent by other client.
    
    Fixes:shivansh-bhatnagar18#61
    ritwik-69 committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    c1a3824 View commit details
    Browse the repository at this point in the history