File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
## SDK Flow Control
9
9
10
10
If the router being connected to supports it, the sdk can now manage flow control
11
- instead of delegating that to the router. This is mostly importing when running
11
+ instead of delegating that to the router. This is mostly important when running
12
12
multiple simultaneous circuits throught the SDK. When running multiple circuits,
13
13
a slow circuit can get stalled at the router because of flow control back-pressure.
14
14
This then back-pressures all circuits from the SDK to that router.
15
15
16
- By moving the flow-control to the SDK, a slow circuit will not negatively other
17
- circuits to the same router. This is currently enabled in the ` DialOptions ` .
16
+ By moving the flow-control to the SDK, a slow circuit will not negatively impact
17
+ other circuits to the same router. This is currently enabled in the ` DialOptions ` .
18
18
19
19
```
20
20
t := true
You can’t perform that action at this time.
0 commit comments