paskozdilar
f98a406064
pub_sub: go: set publisher sleep to 1 second ( #891 )
...
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>
2023-09-08 15:53:08 -07:00
Alessandro (Ale) Segala
b91d817ca5
Fixes some Go samples ( #782 )
...
* Fixes service invocation Go samples
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
* Fixes + updates to the pubsub sdk apps too
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
* More updates
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
---------
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-02-02 16:31:32 -08:00
Yaron Schneider
5bd523f849
change order_pub_sub to orderpubsub ( #654 )
...
Signed-off-by: yaron2 <schneider.yaron@live.com>
2022-04-26 16:10:19 -07:00
amulyavarote
d4f7f2b12f
Fixed go tests ( #598 )
...
Signed-off-by: Amulya Varote <amulyavarote@QTM-SWATHIKIL-1.redmond.corp.microsoft.com>
2022-03-11 16:54:55 -08:00
amulyavarote
ce9d7325c5
Added go pub sub examples to quickstarts ( #584 )
...
Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>
Co-authored-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>
2022-03-08 19:06:06 -08:00