You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The socket.io Server constructor types do not include Http2SecureServer so there's a type error when instantiating a Server as per the documentation HTTP/2 example.
Describe the bug
The socket.io Server constructor types do not include Http2SecureServer so there's a type error when instantiating a Server as per the documentation HTTP/2 example.
To Reproduce
Socket.IO server version:
4.5.1
Server
Example directly from documentation
Example in Typescript Playground
Expected behavior
No typescript errors
The text was updated successfully, but these errors were encountered: