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
The listen method of Server class says it can receive either a number port or http.Server, but it is StreamServer type what expects so I can't pass a Shelf Server object which type is HttpServer.
Any help or suggestion woluld be appreciated.
The text was updated successfully, but these errors were encountered:
The listen method of Server class says it can receive either a number port or http.Server, but it is StreamServer type what expects so I can't pass a Shelf Server object which type is HttpServer.
Any help or suggestion woluld be appreciated.
The text was updated successfully, but these errors were encountered: