Hugh Willson
Hugh Willson
See https://github.com/graphql-dotnet/graphql-dotnet/pull/3144#issuecomment-1289715921 for the latest status on the PR.
@oreqizer can you provide more details around what isn't currently working with SWC?
Hi @msavin - could you elaborate further on what you think Meteor should be doing to improve its long term support? I've found the platform itself be incredibly backwards compatible,...
Thanks - I've been following the forum discussion, but I haven't really seen anything concrete yet that we can start planning around. People like the idea of LTS, but I...
Thanks @crapthings - replacing SockJS is being tracked in https://github.com/meteor/meteor-feature-requests/issues/41, which includes some discussion about https://www.npmjs.com/package/ws. That might be a good choice!
@ramezrafla Sorry, I haven't had a chance to digest this full issue thread yet (or your package), but is `Meteor.connection` what you're looking for? See the full details in https://github.com/meteor/meteor/blob/devel/packages/ddp-client/client_convenience.js.
Right, but ultimately what you're trying to do is alter the behaviour of the current connection itself. `Connection` in `ddp-client/livedata_connection.js` points to a constructor function. `Meteor.connection` is the connection that...
@dhrubins @mitar First off, please don’t get discouraged - rest assured there are many people listening! This has been a really great discussion, and there are valid points on both...
This should now be resolved in `@apollo/[email protected]`. Let us know if you notice any issues. Thanks!
I have a sneaking suspicion that the issues listed here are caused by Fiber spikes. See https://github.com/meteor/meteor/issues/7747 for more details. This is a known issue and still happens with current...