Skip to content

Commit 5dd5ea9

Browse files
committed
remove INCORRECT_STATE note from known issues; mystery solved in #1
1 parent 91c5891 commit 5dd5ea9

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -99,14 +99,6 @@ benlink in your own project, please let me know so I can add it to this list.
9999

100100
## Known issues
101101

102-
If you don't have the audio RFCOMM socket open, and try to send any data with
103-
`benlink.controller.RadioController.send_tnc_data`, it will immediately reply
104-
with a `INCORRECT_STATE` error. If you immediately retry the command within two
105-
seconds, it will work. I plan to add a higher-level interface for sending /
106-
receiving TNC data that will automatically retry failed commands and queue /
107-
combine message fragments. See
108-
[this open issue](https://github.com/khusmann/benlink/issues/1) for more info.
109-
110102
Audio sending / receiving is a awkward because it relies on pyav for decoding /
111103
encoding. In the long run, I hope to make
112104
[Python bindings for libsbc](https://github.com/khusmann/benlink/issues/11).

src/benlink/__init__.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -92,14 +92,6 @@ async def main():
9292
9393
# Known issues
9494
95-
If you don't have the audio RFCOMM socket open, and try to send any data with
96-
`benlink.controller.RadioController.send_tnc_data`, it will immediately reply
97-
with a `INCORRECT_STATE` error. If you immediately retry the command within two
98-
seconds, it will work. I plan to add a higher-level interface for sending /
99-
receiving TNC data that will automatically retry failed commands and queue /
100-
combine message fragments. See
101-
[this open issue](https://github.com/khusmann/benlink/issues/1) for more info.
102-
10395
Audio sending / receiving is a awkward because it relies on pyav for decoding /
10496
encoding. In the long run, I hope to make
10597
[Python bindings for libsbc](https://github.com/khusmann/benlink/issues/11).

0 commit comments

Comments
 (0)