Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplified client #1237

Merged
merged 1 commit into from
Sep 8, 2023
Merged

Simplified client #1237

merged 1 commit into from
Sep 8, 2023

Conversation

miguelgrinberg
Copy link
Owner

@miguelgrinberg miguelgrinberg commented Sep 6, 2023

  • Sync client
  • Async client
  • Unit tests
  • Documentation
  • Examples

@codecov-commenter
Copy link

codecov-commenter commented Sep 6, 2023

Codecov Report

Merging #1237 (656973e) into main (7208ec0) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##              main     #1237    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files           23        25     +2     
  Lines         1740      1885   +145     
  Branches       332       355    +23     
==========================================
+ Hits          1740      1885   +145     
Files Changed Coverage Δ
src/socketio/__init__.py 100.00% <100.00%> (ø)
src/socketio/asyncio_client.py 100.00% <100.00%> (ø)
src/socketio/asyncio_simple_client.py 100.00% <100.00%> (ø)
src/socketio/client.py 100.00% <100.00%> (ø)
src/socketio/exceptions.py 100.00% <100.00%> (ø)
src/socketio/simple_client.py 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@miguelgrinberg miguelgrinberg force-pushed the simple-client branch 6 times, most recently from a040df9 to 2d577de Compare September 8, 2023 18:52
@miguelgrinberg miguelgrinberg merged commit 55d6310 into main Sep 8, 2023
20 checks passed
@miguelgrinberg miguelgrinberg deleted the simple-client branch September 8, 2023 22:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants