Skip to content

Commit

Permalink
feat: add support for state streaming
Browse files Browse the repository at this point in the history
  • Loading branch information
jim380 committed Jan 25, 2024
1 parent d804528 commit 0b12fc5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,10 @@ func NewApp(
),
)

if err := bApp.RegisterStreamingServices(appOpts, keys); err != nil {
panic(err)
}

/* =================================================== */
/* TRANSFER STACK */
/* =================================================== */
Expand Down

0 comments on commit 0b12fc5

Please sign in to comment.