Skip to content

Commit

Permalink
Handle SSLWantReadError and SSLWantWriteErrors on recv and send
Browse files Browse the repository at this point in the history
  • Loading branch information
pikhovkin committed Aug 5, 2023
1 parent c0a737b commit 47a7dce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
python -m unittest tests.test_servers
deploy:
if: github.event_name == 'release' && github.event.action == 'created'
needs: [build]

runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='simple-websocket-server',
version='0.4.3',
version='0.4.4',
author='Sergei Pikhovkin',
author_email='[email protected]',
packages=find_packages(exclude=['tests*']),
Expand Down

0 comments on commit 47a7dce

Please sign in to comment.