Commit 2ce8d0d
authored
Remove unnecessary send adapter (#878)
In previous versions of the `channels` library, the `send()` method
returned `bool` to indicate if the send was succesful or not. Recent
versions use exception to report errors and return `None`, making the
`send()` method directly compatible with what the resampler expects, so
we don't need an adapter any more.1 file changed
+1
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
| 90 | + | |
94 | 91 | | |
95 | 92 | | |
96 | 93 | | |
| |||
0 commit comments