Commit Graph

14 Commits

Author SHA1 Message Date
cb3a59e0ac ttl as int 2019-08-05 17:02:18 +08:00
e763f57930 run isort 2019-08-05 11:47:23 +08:00
7a04ebb51f run black 2019-08-05 11:21:20 +08:00
9e0a806218 move stream and connection interfaces to abc 2019-08-05 11:17:38 +08:00
87ef2e4618 remove if TYPE_CHECKING as much as possible 2019-08-05 10:46:49 +08:00
4c9a930f84 stream_muxer done 2019-08-05 10:45:47 +08:00
239a5c88fb add typing to mplex 2019-08-05 10:45:46 +08:00
36b7e8ded9 Refactor HeaderTags 2019-08-05 10:45:46 +08:00
7477b29508 run black w/ extended line length 2019-08-04 12:37:41 +08:00
2e94fcf56c Remove pylint:disable 2019-08-02 23:26:06 +08:00
0ae9840928 Run black over repo 2019-07-31 15:00:12 -07:00
e53727d301 Apply PR feedback: fix type hints 2019-07-30 16:28:25 +08:00
82840b5e6c Stream rearchitecture (#126)
* Add generic protocol handler

* Add generic protocol handler to stream muxing pipeline

* Modify conn_handler to only deal with connections

* mplex accept stream architecture changes

* Add create generic protocol handler

* Fix minor bugs

* who would win 4 devs or one not

* Debugging

* rearch with handle_incoming infinite loop, seems to work, needs cleanup"

* passing linting, still needs cleanup

* fixing linting again; code still needs cleanup

* fixing tests; code still needs cleanup

* adding test cleanup and task cleanup, removing prints

* linting, and cleanup complete

* storing connections based on peer id

* remove dead code

* remove unnecessary peer_id
2019-02-24 20:58:23 -05:00
ce6ddb27a9 Migrate to new project structure. 2019-01-09 21:38:56 +03:00