index
:
delta/python-packages/websocket-client.git
codecov-ci-dev
gh-pages
master
old_py3
py3
python2
rfc6455
ssl
sslcheck
t858
t884
github.com: liris/websocket-client.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
websocket
/
_app.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
PEP8 style compliance fixes
engn33r
2021-05-04
1
-4
/
+6
*
Add ping_payload to run_forever()
engn33r
2021-04-26
1
-3
/
+6
*
Fix #676 to update thread daemon
engn33r
2021-04-26
1
-1
/
+1
*
Revert PR #611
engn33r
2021-02-27
1
-2
/
+2
*
Fix #526 by reverting invalid BSD license migration in commit e94ed9e to retu...
engn33r
2021-02-22
1
-2
/
+1
*
Edit documentation to clarify timeout can be int or float (#654)
engn33r
2021-02-16
1
-2
/
+2
*
Properly revert _app.py callback to state before PR #442 (previously only par...
engn33r
2021-02-14
1
-4
/
+1
*
'ping_interval' should be less than 'ping_timeout' (#611)
lano2088
2021-02-09
1
-2
/
+2
*
Improve documentation, mostly new examples but some code comment upgrades
engn33r
2021-02-06
1
-12
/
+14
*
Merge branch 'master' of github.com:websocket-client/websocket-client
engn33r
2021-01-31
1
-1
/
+1
|
\
|
*
Use `thread.is_alive()` to replace deprecated `thread.isAlive()` (#594)
Itai Steinherz
2021-01-29
1
-1
/
+1
*
|
Add first draft of Sphinx documentation
engn33r
2021-01-31
1
-61
/
+105
|
/
*
Merge pull request #1 from Lu-Yi-Hsun/master
Erik
2021-01-09
1
-1
/
+1
|
\
|
*
fix callback
lu-yi-hsun
2018-11-08
1
-1
/
+1
*
|
Merge branch 'master' into master
liris
2019-12-25
1
-4
/
+4
|
\
\
|
*
\
Merge pull request #579 from lucashussey/patch-1
liris
2019-12-25
1
-2
/
+2
|
|
\
\
|
|
*
|
Fixed typo
Lucas Hussey
2019-10-25
1
-2
/
+2
|
|
|
/
|
*
|
Fix for errors that occur when closing websocket
Oliver
2019-11-28
1
-2
/
+2
|
|
/
*
|
Pep8 fixes
azaugg
2019-04-24
1
-3
/
+4
|
/
*
Merge pull request #480 from aarondav/fix_on_close
liris
2018-10-28
1
-4
/
+7
|
\
|
*
Fix WebSocketApp on_close handling to support statusCode and reason
Aaron Davidson
2018-09-13
1
-4
/
+7
*
|
Merge branch 'master' into suppress_origin_fix
liris
2018-10-28
1
-8
/
+15
|
\
\
|
*
\
Merge pull request #486 from instance01/proxy_type
liris
2018-10-28
1
-2
/
+3
|
|
\
\
|
|
*
|
Make proxy_type option available in WebSocketApp.run_forever()
Instance
2018-09-22
1
-2
/
+3
|
|
|
/
|
*
|
Merge pull request #487 from instance01/pep8
liris
2018-10-28
1
-5
/
+5
|
|
\
\
|
|
*
|
Miscellaneous code cleanup
Instance
2018-09-22
1
-5
/
+5
|
|
|
/
|
*
|
Merge pull request #492 from Mottl/run-patch
liris
2018-10-28
1
-0
/
+6
|
|
\
\
|
|
*
|
status return for WebSocketApp.run_forever()
Dmitry Mottl
2018-10-12
1
-0
/
+6
|
|
|
/
|
*
|
Fix a typo in docs
Dmitry Mottl
2018-10-21
1
-1
/
+1
|
|
/
*
|
Fix typo in supress_origin
Instance
2018-09-22
1
-3
/
+3
|
/
*
fixed #471
v0.53.0
liris
2018-09-09
1
-1
/
+5
*
Merge pull request #476 from shwnchpl/bugfix/ping_timeout-NoneType-error
liris
2018-09-03
1
-10
/
+10
|
\
|
*
Fix NoneType bug introduced by #386 fix
Shawn Chapla
2018-09-01
1
-10
/
+10
*
|
Merge pull request #472 from JackUrb/fix-none-compare
liris
2018-09-03
1
-1
/
+1
|
\
\
|
*
|
Fixing none compare bug in run_forever
Jack Urbanek
2018-08-27
1
-1
/
+1
|
|
/
*
|
Update _app.py
Damon
2018-08-22
1
-4
/
+1
|
/
*
revert #442
v0.51.0
liris
2018-08-19
1
-11
/
+10
*
Merge pull request #462 from nlevitt/callback-ismethod-fix
liris
2018-08-18
1
-1
/
+1
|
\
|
*
pass proper arguments to method callbacks
Noah Levitt
2018-08-15
1
-1
/
+1
*
|
Fix #318 pong before ping
raffaele.basile
2018-08-15
1
-3
/
+8
|
/
*
fixed #438
liris
2018-08-14
1
-1
/
+2
*
fixed Attribute error on close app
liris
2018-08-14
1
-1
/
+2
*
Merge pull request #450 from 0qdk4o/patch-1
liris
2018-08-14
1
-0
/
+1
|
\
|
*
reset WebsocketApp.sock
0qdk4o
2018-07-01
1
-0
/
+1
*
|
Merge pull request #448 from mfitzpatrick/ping_thread_needs_enable_multithread
liris
2018-08-14
1
-1
/
+2
|
\
\
|
*
|
Enable multithreading with ping_interval
Matt Fitzpatrick
2018-06-27
1
-1
/
+2
|
|
/
*
|
fixed #HC-459
liris
2018-08-14
1
-2
/
+4
*
|
Patch WebSocketApp class to make it inheritable
Andrey Bashlakov
2018-06-18
1
-10
/
+15
|
/
*
Merge pull request #419 from shmal/410_fix_keep_running_bug
liris
2018-05-27
1
-2
/
+0
|
\
|
*
Close 410
Chris Frey
2018-04-11
1
-2
/
+0
[next]