Closed
Description
Method from guide worked fine until nuxt/nitro updated crossws
version to 0.3.0, where peer.ctx
is moved to peer._internal
. Simple change from ctx
to _internal
will work only in dev mode, but _iternal
are undefined
in production mode.
Possible temp solution
Downgrade crossws
version from 0.3.x
to 0.2.4
- seems like it was last version that works
Not really socket.io bug, but probably you'll want to update guide