Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Doing this in Meteor makes the default websocket connection of meteor fail #366

Closed
theodorDiaconu opened this issue Mar 6, 2018 · 0 comments

Comments

@theodorDiaconu
Copy link

  {
    schema,
    execute,
    subscribe
  },
  {
    server: WebApp.httpServer,
    path: '/subscriptions'
  }
);

If I comment this line, Meteor is back to normal, if I enable it, Meteor falls back to XHR. Can both websockets be used in conjunction ?

baconz pushed a commit to PhiloInc/subscriptions-transport-ws that referenced this issue Apr 24, 2018
…erna-2.0.0-rc.3

Update lerna to the latest version 🚀
@glasser glasser closed this as completed Mar 3, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants