<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/websocket-client.git/websocket/_logging.py, branch v1.4.2</title>
<subtitle>github.com: liris/websocket-client.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/websocket-client.git/'/>
<entry>
<title>reconnect (#838)</title>
<updated>2022-08-24T18:07:09+00:00</updated>
<author>
<name>bubbleboy14</name>
<email>mario.balibrera@gmail.com</email>
</author>
<published>2022-08-24T18:07:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/websocket-client.git/commit/?id=43eb3446cdff6f092f20c00a5de012d32fc0336d'/>
<id>43eb3446cdff6f092f20c00a5de012d32fc0336d</id>
<content type='text'>
* rel example

* tweaked rel example for linter

* added rel note to examples.rst

* slightly more compact example

* added example header

* matched wording

* _socket.recv(): _recv() except socket.error - changed or to and; added except TimeoutError - raise WebSocketTimeoutException

* _app - custom dispatcher check_callback() integration (and fixed pyevent compatibility): WrappedDispatcher (for use with generic event dispatchers such as pyevent and rel); create_dispatcher() accepts dispatcher kwarg (default None), and if it is specified, returns a WrappedDispatcher; use create_dispatcher() (passing specified dispatcher if any) every time (regardless of dispatcher specification)

* Add clarifying comment, rerun CI tests

* Add space to make linter happy

* working reconnect

* rmed logs

* added _logging.warning() disconnected/reconnected notifications to handleDisconnect()

* moved connect notification and dispatcher.read() (if doread kwarg [default False] is True) to setSock() (prevents those lines from running on ConnectionRefusedError)

* run_forever(): reconnect kwarg now specifies sleep() time (defualt 5)

* handleDisconnect(): fixed log msg

* run_forever() refactor: stabilized stack frame count (at least in rel mode); added stack frame count to disconnect (warning) log; grossly oversimplified ;)

* dispatcher simplification via DispatcherBase and DispatcherBase/WrappedDispatcher.timeout()

* _logging: info(); enableTrace() supports level kwarg (default "DEBUG")

* handleDisconnect() uses info() log

* Fix linting errors

Co-authored-by: engn33r &lt;engn33r@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* rel example

* tweaked rel example for linter

* added rel note to examples.rst

* slightly more compact example

* added example header

* matched wording

* _socket.recv(): _recv() except socket.error - changed or to and; added except TimeoutError - raise WebSocketTimeoutException

* _app - custom dispatcher check_callback() integration (and fixed pyevent compatibility): WrappedDispatcher (for use with generic event dispatchers such as pyevent and rel); create_dispatcher() accepts dispatcher kwarg (default None), and if it is specified, returns a WrappedDispatcher; use create_dispatcher() (passing specified dispatcher if any) every time (regardless of dispatcher specification)

* Add clarifying comment, rerun CI tests

* Add space to make linter happy

* working reconnect

* rmed logs

* added _logging.warning() disconnected/reconnected notifications to handleDisconnect()

* moved connect notification and dispatcher.read() (if doread kwarg [default False] is True) to setSock() (prevents those lines from running on ConnectionRefusedError)

* run_forever(): reconnect kwarg now specifies sleep() time (defualt 5)

* handleDisconnect(): fixed log msg

* run_forever() refactor: stabilized stack frame count (at least in rel mode); added stack frame count to disconnect (warning) log; grossly oversimplified ;)

* dispatcher simplification via DispatcherBase and DispatcherBase/WrappedDispatcher.timeout()

* _logging: info(); enableTrace() supports level kwarg (default "DEBUG")

* handleDisconnect() uses info() log

* Fix linting errors

Co-authored-by: engn33r &lt;engn33r@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Linting improvements, improved flake8 linting CI cmd</title>
<updated>2022-02-25T21:34:15+00:00</updated>
<author>
<name>engn33r</name>
<email>engn33r@users.noreply.github.com</email>
</author>
<published>2022-02-25T21:34:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/websocket-client.git/commit/?id=dca4022abe1b229dd0f67dbce2fee6001aa1cdc6'/>
<id>dca4022abe1b229dd0f67dbce2fee6001aa1cdc6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright year to 2022</title>
<updated>2022-01-01T03:18:39+00:00</updated>
<author>
<name>engn33r</name>
<email>engn33r@users.noreply.github.com</email>
</author>
<published>2022-01-01T03:18:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/websocket-client.git/commit/?id=81fa70d259ce1609b3fb1bf66c8a9bed81a3f28c'/>
<id>81fa70d259ce1609b3fb1bf66c8a9bed81a3f28c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Transition from LGPL 2.1 license to Apache 2.0 - fix #697</title>
<updated>2021-08-11T01:31:51+00:00</updated>
<author>
<name>engn33r</name>
<email>engn33r@users.noreply.github.com</email>
</author>
<published>2021-08-11T01:31:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/websocket-client.git/commit/?id=ee5e352ebfcb78dd944d6923ce775ee4fcb5fd7f'/>
<id>ee5e352ebfcb78dd944d6923ce775ee4fcb5fd7f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>PEP8 style compliance fixes</title>
<updated>2021-05-05T00:11:04+00:00</updated>
<author>
<name>engn33r</name>
<email>engn33r@users.noreply.github.com</email>
</author>
<published>2021-05-05T00:11:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/websocket-client.git/commit/?id=dc3f5c469c6874c02544b64d2e1aa1c29370c16f'/>
<id>dc3f5c469c6874c02544b64d2e1aa1c29370c16f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #526 by reverting invalid BSD license migration in commit e94ed9e to return to LGPL2.1</title>
<updated>2021-02-23T04:18:57+00:00</updated>
<author>
<name>engn33r</name>
<email>engn33r@users.noreply.github.com</email>
</author>
<published>2021-02-23T03:06:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/websocket-client.git/commit/?id=6eaed48d49ea6a1a792b152a477bf9026f0c29b4'/>
<id>6eaed48d49ea6a1a792b152a477bf9026f0c29b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add first draft of Sphinx documentation</title>
<updated>2021-01-31T17:20:31+00:00</updated>
<author>
<name>engn33r</name>
<email>engn33r@users.noreply.github.com</email>
</author>
<published>2021-01-31T17:20:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/websocket-client.git/commit/?id=aace06b24fef03d6d8f2c6d16c2e23325360c67b'/>
<id>aace06b24fef03d6d8f2c6d16c2e23325360c67b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>avoid calling repr(data) if tracing is not enabled</title>
<updated>2019-11-24T15:14:00+00:00</updated>
<author>
<name>Yehiyam Livneh</name>
<email>yehiyam@gmail.com</email>
</author>
<published>2019-11-24T15:14:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/websocket-client.git/commit/?id=2f85766642fab2d5c0994429c8506afeafa24fa9'/>
<id>2f85766642fab2d5c0994429c8506afeafa24fa9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed #455 #443</title>
<updated>2018-08-14T06:36:12+00:00</updated>
<author>
<name>liris</name>
<email>liris.pp@gmail.com</email>
</author>
<published>2018-08-14T06:36:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/websocket-client.git/commit/?id=136daf8756f7084fcc2094384735b91454e840f5'/>
<id>136daf8756f7084fcc2094384735b91454e840f5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add NullHandler to logger to fix python 2 issue. Fix #342 Fix #341</title>
<updated>2018-02-21T23:18:48+00:00</updated>
<author>
<name>Tom Gurion</name>
<email>nagasaki45@gmail.com</email>
</author>
<published>2018-02-21T23:18:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/websocket-client.git/commit/?id=c1ecc2d0f7f6ec1ce2b31eaf884eedfc0b986cb0'/>
<id>c1ecc2d0f7f6ec1ce2b31eaf884eedfc0b986cb0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
