mirror of
https://github.com/romanz/amodem.git
synced 2026-03-17 23:26:01 +08:00
async: remove AsyncWriter
we are not expecting real-time problems on the sender's side.
This commit is contained in:
@@ -70,11 +70,6 @@ def test_small(small_size):
|
||||
run(small_size, chan=lambda x: x)
|
||||
|
||||
|
||||
def test_async():
|
||||
run(1024, chan=lambda x: x,
|
||||
reader=lambda s: async.AsyncReader(s, 128))
|
||||
|
||||
|
||||
def test_error():
|
||||
skip = 32000 # remove trailing silence
|
||||
run(1024, chan=lambda x: x[:-skip], success=False)
|
||||
|
||||
Reference in New Issue
Block a user