Skip to content

Commit

Permalink
Enable progressive call invocation and call canceling in dealer
Browse files Browse the repository at this point in the history
  • Loading branch information
muzzammilshahid committed Sep 24, 2024
1 parent 262717e commit 489fa35
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion acceptor.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ const (

var RouterRoles = map[string]any{ //nolint:gochecknoglobals
"dealer": map[string]any{
"features": map[string]any{},
"features": map[string]any{
"progressive_call_invocations": true,
"call_canceling": true,
},
},
"broker": map[string]any{
"features": map[string]any{},
Expand Down

0 comments on commit 489fa35

Please sign in to comment.