EspressoSystems / HotShot

http://hotshot.docs.espressosys.com/
101 stars 25 forks source link

Update the CDN #3407

Closed rob-maron closed 3 days ago

rob-maron commented 3 days ago

Closes #3405

This PR:

Fixes an issue with the combined network where the primary network was never returning. This is because the CDN connection was never initialized (not even for the first time), and internally each task that wanted to send a message would queue up and wait for the first connection.

We won't hit this in the upgrade as long as we connect to the CDN at least once (or this goes through)

This PR does not:

Key places to review: