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
@sibartlett I can confirm this does not work.
More specifically this does not work for using the hapi-io plugin for routes in a plugin with a route prefix.
It appears prefixing
hapi-io
doesn't work as it does for otherhapi
plugins.The above snippet implies
socket.io
should be listening athost + API_VERSION_PATH
but that isn't the case. Theprefix
makes no difference.What am I missing here?
The text was updated successfully, but these errors were encountered: