summaryrefslogtreecommitdiff
path: root/websocket/_app.py
Commit message (Expand)AuthorAgeFilesLines
* create_dispatcher() w/ is_ssl determined by url instead of sslopt (#875)bubbleboy142022-11-031-1/+2
* Update docs to fix #863 (#872)engn33r2022-10-261-2/+6
* fix for stack growth on reconnect (#854)bubbleboy142022-09-041-13/+43
* Allow passing `http_proxy_timeout` to `run_forever`. (#842)Adam Wojtczak2022-08-241-1/+7
* reconnect (#838)bubbleboy142022-08-241-70/+93
* Add support to pass pre-initialized stream socket when creating WebSocketApp ...redphx2022-03-191-2/+6
* Linting improvements, improved flake8 linting CI cmdengn33r2022-02-251-13/+9
* fix!: `WebSocketApp.run_forever()` returning `None` after `close()` is called...FujiApple2022-02-251-1/+3
* custom dispatcher pings/timeouts (#795)bubbleboy142022-02-251-3/+18
* Update copyright year to 2022engn33r2021-12-311-1/+1
* Revert 998c496, fix #769engn33r2021-12-071-3/+30
* Fix #752 remove keep_running variable in library and testsengn33r2021-11-261-30/+3
* Py2->3: simplify class definition (#750)谭九鼎2021-10-201-1/+1
* Transition from LGPL 2.1 license to Apache 2.0 - fix #697engn33r2021-08-101-13/+11
* Changed if statement in _callback to ensure on_error is called (if available)...EddieBreeg2021-08-061-3/+2
* Move callback calling at very end of teardown (#718)Manos2021-08-051-1/+3
* Make enable_multithread True by defaultengn33r2021-06-031-1/+1
* Fix #701 update docstringsengn33r2021-06-021-47/+54
* Remove unnecessary Python2 codeengn33r2021-05-151-1/+0
* Add status code examples to docs, improve unit testsengn33r2021-05-061-1/+3
* Fix #686 close status code, see issue for detailsengn33r2021-05-061-16/+20
* First pass removing Python 2 code, mostly six dependencyengn33r2021-05-041-11/+4
* Update to use the selectors module with DefaultSelector (#568)Daan van Vugt2021-05-051-5/+14
* PEP8 style compliance fixesengn33r2021-05-041-4/+6
* Add ping_payload to run_forever()engn33r2021-04-261-3/+6
* Fix #676 to update thread daemonengn33r2021-04-261-1/+1
* Revert PR #611engn33r2021-02-271-2/+2
* Fix #526 by reverting invalid BSD license migration in commit e94ed9e to retu...engn33r2021-02-221-2/+1
* Edit documentation to clarify timeout can be int or float (#654)engn33r2021-02-161-2/+2
* Properly revert _app.py callback to state before PR #442 (previously only par...engn33r2021-02-141-4/+1
* 'ping_interval' should be less than 'ping_timeout' (#611)lano20882021-02-091-2/+2
* Improve documentation, mostly new examples but some code comment upgradesengn33r2021-02-061-12/+14
* Merge branch 'master' of github.com:websocket-client/websocket-clientengn33r2021-01-311-1/+1
|\
| * Use `thread.is_alive()` to replace deprecated `thread.isAlive()` (#594)Itai Steinherz2021-01-291-1/+1
* | Add first draft of Sphinx documentationengn33r2021-01-311-61/+105
|/
* Merge pull request #1 from Lu-Yi-Hsun/masterErik2021-01-091-1/+1
|\
| * fix callbacklu-yi-hsun2018-11-081-1/+1
* | Merge branch 'master' into masterliris2019-12-251-4/+4
|\ \
| * \ Merge pull request #579 from lucashussey/patch-1liris2019-12-251-2/+2
| |\ \
| | * | Fixed typoLucas Hussey2019-10-251-2/+2
| | |/
| * | Fix for errors that occur when closing websocketOliver2019-11-281-2/+2
| |/
* | Pep8 fixesazaugg2019-04-241-3/+4
|/
* Merge pull request #480 from aarondav/fix_on_closeliris2018-10-281-4/+7
|\
| * Fix WebSocketApp on_close handling to support statusCode and reasonAaron Davidson2018-09-131-4/+7
* | Merge branch 'master' into suppress_origin_fixliris2018-10-281-8/+15
|\ \
| * \ Merge pull request #486 from instance01/proxy_typeliris2018-10-281-2/+3
| |\ \
| | * | Make proxy_type option available in WebSocketApp.run_forever()Instance2018-09-221-2/+3
| | |/
| * | Merge pull request #487 from instance01/pep8liris2018-10-281-5/+5
| |\ \
| | * | Miscellaneous code cleanupInstance2018-09-221-5/+5
| | |/
| * | Merge pull request #492 from Mottl/run-patchliris2018-10-281-0/+6
| |\ \