Does anyone have experience setting up a shared-worker?
-
We are developing an app that requires a shared worker to run a single web socket connection that is used by several open instances.
The worker we are good with as we have done this before in Angular. We have also set this up successfully in native Vue JS by adding the shared-loader statement to the main.js file.
I have experimented setting this up as a “boot” option in Quasar but have not been able to get it working correctly. Is there a better way to do this?
Any advice would be appreciated. Thanks in advance!