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: README.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,10 @@ When you get stuck, keep in mind:
9
9
- Your use case can probably be "re-thought of" and applied to an existing solution for a similar problem
10
10
- You can come here to ask for help, and I'll try my best to answer or get one
11
11
12
+
#### [Have a question?](https://github.com/stephenplusplus/stream-faqs/issues/new)
13
+
14
+
*If you find any of this information to be inaccurate or incomplete, feel free to contribute a PR!*
15
+
12
16
#### How can I make a paginated API request?
13
17
14
18
**Problem**
@@ -20,4 +24,12 @@ You need to pull down many results from a backend, but it limits the amount of r
20
24
-https://github.com/timhudson/continue-stream
21
25
-https://github.com/timhudson/pagination-stream
22
26
23
-
#### [Have a question?](https://github.com/stephenplusplus/stream-faqs/issues/new)
27
+
#### How can I destroy all of the streams in a pipeline if one gets an error?
28
+
29
+
**Problem**
30
+
31
+
You have a bunch of streams piped together and one gets an error. The other streams and any listeners on them don't really know what happened and linger around without being properly destroyed.
0 commit comments