vazco / meteor-universe-i18n

Internationalization package for Meteor with React integration.
https://atmospherejs.com/universe/i18n
MIT License
123 stars 32 forks source link

Remove usage of Fibers #179

Closed dovydaskukalis closed 1 year ago

dovydaskukalis commented 1 year ago

Noticed that this module is using Fibers. Since Meteor is migrating away from it, what is the plan for this module? Seems to be used only here https://github.com/vazco/meteor-universe-i18n/blob/5c9f1c0a2d10155e4a529684c91118f40bf149e6/source/server.ts#L19

zendranm commented 1 year ago

Hi @dovydaskukalis, thank you for pointing it out. Turned out that Fibers weren't really necessary there so I removed it keeping the functionality the same.