The current implementation calls `time.Sleep(1000)` with untyped
literal `1000`, which is interpreted as 1000 nanoseconds, or 1
millisecond.
This commit changes the sleep duration to proper typed constant
`time.Second`, which corresponds to the sleep time of other
language examples.
Signed-off-by: Paško Zdilar <pasko.zdilar@meshmind.io>
* uncommenting pubsub test to try pubsub validate
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
* Updated go dependencies
go 1.18
dapr/go-sdk 1.5.0
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
* updating .NET/C# Dapr references to 1.8.0
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
* updating Dapr SDK for Java versions to 1.6.0
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>