Commit 136c4f1
committed
uplink: do not automatically close uplink
The API implies that the caller is responsible for closing the uplink.
Closing the uplink automatically `pouch_gateway_uplink_write()` is
unintuitive and leads to the uplink being closed twice.
Signed-off-by: Sam Friedman <sam@golioth.io>1 parent 625b1b3 commit 136c4f1
2 files changed
Lines changed: 3 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
| 48 | + | |
47 | 49 | | |
48 | 50 | | |
49 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
213 | | - | |
214 | | - | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | | - | |
| 213 | + | |
221 | 214 | | |
222 | 215 | | |
223 | 216 | | |
| |||
0 commit comments