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

Feature Request - Receive and emit messages from the UI #40

Open
Delapouite opened this issue May 11, 2022 · 4 comments
Open

Feature Request - Receive and emit messages from the UI #40

Delapouite opened this issue May 11, 2022 · 4 comments
Labels
enhancement New feature or request

Comments

@Delapouite
Copy link

Hi

Currently the admin-ui let us gather useful information about connected sockets, rooms for a targeted server…

What do you envision as the next steps?

I think this would be very useful if it we could display all messages received in a room and also offer the possibility to emit messages to it. This way it would allow to gather even more clues about what's happening during a debug session and test various behaviors.

Thanks a lot for this tool

@darrachequesne
Copy link
Member

Thanks a lot for the feedback ❤️

I think this would be very useful if it we could display all messages received in a room

That's a great idea! I don't think we currently have the ability to track it at the room level though.

Here's a few additional features that I had in mind:

  • an histogram of all events sent/received by the server in the last X minutes
  • an histogram of all connections/disconnections/connection errors
  • the ability to emit a message a given socket/room
  • a production mode, which tracks a little less details (in order to solve Page unresponsive on 10K Socket Connections #22)

@darrachequesne
Copy link
Member

Update: the receive part is now implemented: 8542601

@darrachequesne darrachequesne added the enhancement New feature or request label Sep 19, 2022
@dkonopka
Copy link

@darrachequesne how about this task, especially:

  • the ability to emit a message a given socket/room

is it possible that it will be introduced in upcoming months? or you won't work on this project anymore?

@darrachequesne
Copy link
Member

Yep, it's on my to-do list!

No specific ETA, but if there is enough demand for this feature it could be prioritized.

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

No branches or pull requests

3 participants