summaryrefslogtreecommitdiff
path: root/websocket/_app.py
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \
| | * | status return for WebSocketApp.run_forever()Dmitry Mottl2018-10-121-0/+6
| | |/
| * | Fix a typo in docsDmitry Mottl2018-10-211-1/+1
| |/
* | Fix typo in supress_originInstance2018-09-221-3/+3
|/
* fixed #471v0.53.0liris2018-09-091-1/+5
* Merge pull request #476 from shwnchpl/bugfix/ping_timeout-NoneType-errorliris2018-09-031-10/+10
|\
| * Fix NoneType bug introduced by #386 fixShawn Chapla2018-09-011-10/+10
* | Merge pull request #472 from JackUrb/fix-none-compareliris2018-09-031-1/+1
|\ \
| * | Fixing none compare bug in run_foreverJack Urbanek2018-08-271-1/+1
| |/
* | Update _app.pyDamon2018-08-221-4/+1
|/
* revert #442v0.51.0liris2018-08-191-11/+10
* Merge pull request #462 from nlevitt/callback-ismethod-fixliris2018-08-181-1/+1
|\
| * pass proper arguments to method callbacksNoah Levitt2018-08-151-1/+1
* | Fix #318 pong before pingraffaele.basile2018-08-151-3/+8
|/
* fixed #438liris2018-08-141-1/+2
* fixed Attribute error on close appliris2018-08-141-1/+2
* Merge pull request #450 from 0qdk4o/patch-1liris2018-08-141-0/+1
|\
| * reset WebsocketApp.sock0qdk4o2018-07-011-0/+1
* | Merge pull request #448 from mfitzpatrick/ping_thread_needs_enable_multithreadliris2018-08-141-1/+2
|\ \
| * | Enable multithreading with ping_intervalMatt Fitzpatrick2018-06-271-1/+2
| |/
* | fixed #HC-459liris2018-08-141-2/+4
* | Patch WebSocketApp class to make it inheritableAndrey Bashlakov2018-06-181-10/+15
|/
* Merge pull request #419 from shmal/410_fix_keep_running_bugliris2018-05-271-2/+0
|\
| * Close 410Chris Frey2018-04-111-2/+0