oasislabs / oasis.js

🕸A web client for the Oasis platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Resubscribe if gateway crashes

armaniferrante opened this issue · comments

If the gateway crashes, we should resubscribe to the gateway from where we left off before the crash. The client will need to track what block number each subscription is at and supply each resubscription with the block of the latest event for the given subscription.

After discussing with @eauge we want to do this in the gateway, instead of the client. Closing.