Skip to content

Commit

Permalink
feat: add missing threading
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-bisonai committed Jul 29, 2024
1 parent a000bf1 commit 383479f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/pkg/dal/api/hub.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func (c *Hub) configIdToSymbol(id int32) string {

func (c *Hub) broadcastDataForSymbol(symbol string) {
for data := range c.broadcast[symbol] {
c.castSubmissionData(&data, &symbol)
go c.castSubmissionData(&data, &symbol)
}
}

Expand Down

0 comments on commit 383479f

Please sign in to comment.