You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: course-definition.yml
+17-11Lines changed: 17 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -2893,17 +2893,19 @@ stages:
2893
2893
[
2894
2894
"stream_key",
2895
2895
[
2896
-
"0-2",
2897
2896
[
2898
-
"temperature",
2899
-
"96"
2897
+
"0-2",
2898
+
[
2899
+
"temperature",
2900
+
"96"
2901
+
]
2900
2902
]
2901
2903
]
2902
2904
]
2903
2905
]
2904
2906
```
2905
2907
2906
-
It'll send another `XREAD` command to your server with the `BLOCK` command but this time, it'll wait for 2000 milliseconds before checking the response of your server.
2908
+
It'll send another `XREAD` command to your server with the `BLOCK` command but this time, it'll wait for 1000 milliseconds before checking the response of your server.
It'll send another `XREAD` command to your server with the `BLOCK` command but this time, it'll wait for 2000 milliseconds before checking the response of your server.
3165
+
It'll send another `XREAD` command to your server with the `BLOCK` command but this time, it'll wait for 1000 milliseconds before checking the response of your server.
0 commit comments