Skip to content

Commit 47a7dce

Browse files
committed
Handle SSLWantReadError and SSLWantWriteErrors on recv and send
1 parent c0a737b commit 47a7dce

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
python -m unittest tests.test_servers
4545
4646
deploy:
47+
if: github.event_name == 'release' && github.event.action == 'created'
4748
needs: [build]
4849

4950
runs-on: ubuntu-latest

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name='simple-websocket-server',
6-
version='0.4.3',
6+
version='0.4.4',
77
author='Sergei Pikhovkin',
88
author_email='[email protected]',
99
packages=find_packages(exclude=['tests*']),

0 commit comments

Comments
 (0)