createWebSocketServer never resolves when called after createServer (http) #342
Unanswered
jan-kacina
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @JozefFlakus ,
during investigation of #340 I noticed a strange behavior of
createWebSocketServer
- it never resolves when it is called after HTTP'screateServer
.When there is only
createWebSocketServer
or if it is in ordercreateWebSocketServer
and thencreateServer
, it works fine.Is this an intentional behavior or a bug?
The problem reproduction code:
Thanks and regards,
Jan
Beta Was this translation helpful? Give feedback.
All reactions