Skip to content

Commit

Permalink
fixed call events
Browse files Browse the repository at this point in the history
  • Loading branch information
i.navrotskyj committed Jul 12, 2024
1 parent a222b70 commit a82a857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion call_manager/call_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ func (cm *CallManagerImpl) Start() {
if !ok {
return
}
cm.handleCallAction(e)
go cm.handleCallAction(e)
}
}
}()
Expand Down

0 comments on commit a82a857

Please sign in to comment.