socketio / socket.io-admin-ui

Admin UI for Socket.IO

Home Page:https://admin.socket.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Admin UI not connecting with parser option ( socket.io-msgpack-parser )

merndev opened this issue · comments

When the parser option is passed, the admin UI is not conneting.

socket.io-msgpack-parser : 3.0.1
socket.io 4.2.0
socket.io-client 4.2.0
Trying to access admin UI through https://admin.socket.io/

Same here, won't work with any custom parser.
It would be great to have it.

@sasa10g working with any arbitrary parser seems difficult (well, we could eval the code of the parser provided by the user, but I'm not sure that's a good idea).

We should be able to include the msgpack parser though 👍

This should be fixed by 4359536:

Screenshot from 2022-05-03 07-39-21