ParabolInc / parabol

Free online agile retrospective meeting tool
https://www.parabol.co/
Other
1.91k stars 326 forks source link

fix: connectionContext always available #9923

Closed mattkrick closed 3 months ago

mattkrick commented 3 months ago

Developing locally, sometimes when the server would restart i'd get a cannot read isReady of undefined error. I think that's because connectionContext wasn't created synchronously, so this fixes that. In my testing, it fixes the problem, but there may be a 2nd culprit somewhere.