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

Webtransport is not defined in typing #5161

Open
jtapeg opened this issue Aug 8, 2024 · 3 comments
Open

Webtransport is not defined in typing #5161

jtapeg opened this issue Aug 8, 2024 · 3 comments
Labels
to triage Waiting to be triaged by a member of the team

Comments

@jtapeg
Copy link

jtapeg commented Aug 8, 2024

I'm using the latest version of socket.io

image

@jtapeg jtapeg added the to triage Waiting to be triaged by a member of the team label Aug 8, 2024
@TXWSLYF
Copy link

TXWSLYF commented Aug 8, 2024

It seems that socket.io@4.7.5 depends on engine.io version ~6.5.2.
image
However, the highest version in the 6.5.x range is 6.5.5, and this version of Type Transport does not include webtransport.
image

Maybe just upgrading the socket.io dependency version for engine.io from ~6.5.2 to ~6.6.0 can solve this problem.

@jtapeg
Copy link
Author

jtapeg commented Aug 8, 2024

The problem is that socket.io imports its own engine.io so there is no point in installing it manually.

image

image

@TXWSLYF
Copy link

TXWSLYF commented Aug 8, 2024

yes, the socket.io itself need to update the version of engine.io

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
to triage Waiting to be triaged by a member of the team
Projects
None yet
Development

No branches or pull requests

2 participants