temporal-go-helpers icon indicating copy to clipboard operation
temporal-go-helpers copied to clipboard

:arrows_clockwise: Common convenience methods, and developer ergonomics for Temporal's Go SDK.

Results 1 temporal-go-helpers issues
Sort by recently updated
recently updated
newest added

For test case sending multiple same signal at the same time; it detects unhandled signal ``` env.SignalWorkflow("signal-receive-with-timeout", &message) env.SignalWorkflow("signal-receive-with-timeout-clone", &message) env.SignalWorkflow("signal-receive-with-timeout", &message) env.SignalWorkflow("signal-receive-with-timeout", &message) ``` The newer SDK also have...