94483714a3
run lint and fix errors, except mypy
2024-02-19 16:05:58 -07:00
ba0fb8a833
Fix: use pass over ...(Ellipse)
...
Use `...`(Ellipse) only in abstract methods.
2020-02-05 20:36:42 +08:00
ce5663705f
Merge branch 'master' into feature/porting-to-trio
2019-12-24 02:19:43 +08:00
fb0519129d
Refine Mplex.close and SwarmConn.close
...
Ensure `close` cleans up things and cancel the service finally.
2019-12-17 15:50:55 +08:00
1929f307fb
Fix all modules except for security
2019-12-06 17:06:37 +08:00
79fcdf3a02
Update tests in test_tcp.py
...
Besides, run `make format`
2019-12-01 16:26:16 +08:00
0ae9840928
Run black over repo
2019-07-31 15:00:12 -07:00
ce6ddb27a9
Migrate to new project structure.
2019-01-09 21:38:56 +03:00
2a324c0076
don't manually assign port during test
...
fixes #89
instead of saving the multiaddr received in the listen method of the
tcp transport class, read what the service is actually listening on
this allow to use 0 as port and let the OS choose a free port for us
2018-12-07 22:28:07 +02:00