kinecosystem / go

Kin's public monorepo of go code
https://kin.org/developers
Other
4 stars 3 forks source link

Support pubsub methodology in SSE requests #5

Closed gadisr closed 6 years ago

gadisr commented 6 years ago

Every connection subscribes only to related data and get notified on changes accordingly. This optimizes Horizon<->History DB throughput and make flow more effiecient.

oryband commented 6 years ago

cleaning this up and closing in favor of #14