uber-common / cadence-samples

Other
191 stars 92 forks source link

'Bindings' has concurrent r/w issue in DSL sample #6

Open zyingfei opened 5 years ago

zyingfei commented 5 years ago

https://github.com/samarabbas/cadence-samples/blob/c65d2c53058c678e4b98fedf2f76560f83bfd9dc/cmd/samples/dsl/workflow.go#L120

Seems map will panic if 'bindings' is read at the same time.