Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
KernelLabs
/
python-socketio
Public
forked from
miguelgrinberg/python-socketio
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
python-socketio
tests
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 9, 2017
properly handle callbacks in multi-host configurations for asyncio
miguelgrinberg
committed
b3fc842
View commit details
Copy full SHA for b3fc842
View code at this point
Browse repository at this point
Commits on Dec 8, 2017
Properly handle callbacks in multi-host configurations
Show description for 8d7059a
miguelgrinberg
committed
8d7059a
View commit details
Copy full SHA for 8d7059a
View code at this point
Browse repository at this point
Commits on Nov 13, 2017
fixed memory leak on rejected connections for asyncio
miguelgrinberg
committed
9350775
View commit details
Copy full SHA for 9350775
View code at this point
Browse repository at this point
fixed memory leak on rejected connections
Show description for 66e17fb
miguelgrinberg
committed
66e17fb
View commit details
Copy full SHA for 66e17fb
View code at this point
Browse repository at this point
Commits on Oct 1, 2017
JavaScript client sends query string attached to namespace
Show description for 7f02f7a
miguelgrinberg
committed
7f02f7a
View commit details
Copy full SHA for 7f02f7a
View code at this point
Browse repository at this point
Commits on Jul 20, 2017
pass redis password in the URL
miguelgrinberg
committed
af81132
View commit details
Copy full SHA for af81132
View code at this point
Browse repository at this point
Commits on Jul 2, 2017
async_handlers option for asyncio servers
miguelgrinberg
committed
93f70dc
View commit details
Copy full SHA for 93f70dc
View code at this point
Browse repository at this point
Commits on May 30, 2017
validate namespace in disconnect call
Show description for 3ae013b
miguelgrinberg
committed
3ae013b
View commit details
Copy full SHA for 3ae013b
View code at this point
Browse repository at this point
Commits on Feb 12, 2017
redis message queue for asyncio
miguelgrinberg
committed
ce44133
View commit details
Copy full SHA for ce44133
View code at this point
Browse repository at this point
Commits on Feb 11, 2017
asyncio documentation and various fixes
miguelgrinberg
committed
43788db
View commit details
Copy full SHA for 43788db
View code at this point
Browse repository at this point
async namespaces, and more unit tests
miguelgrinberg
committed
6f41206
View commit details
Copy full SHA for 6f41206
View code at this point
Browse repository at this point
a few asyncio related fixes
miguelgrinberg
committed
7635832
View commit details
Copy full SHA for 7635832
View code at this point
Browse repository at this point
Commits on Feb 10, 2017
asyncio support
miguelgrinberg
committed
53d10d9
View commit details
Copy full SHA for 53d10d9
View code at this point
Browse repository at this point
Commits on Jan 23, 2017
allow event names with hyphens
Show description for 940d262
miguelgrinberg
committed
940d262
View commit details
Copy full SHA for 940d262
View code at this point
Browse repository at this point
Fixed hyphens namcespace bug
kurlov
authored and
miguelgrinberg
committed
4f35e67
View commit details
Copy full SHA for 4f35e67
View code at this point
Browse repository at this point
Commits on Nov 26, 2016
Added "ignore_queue" option to bypass message queue in emits
miguelgrinberg
committed
3eac532
View commit details
Copy full SHA for 3eac532
View code at this point
Browse repository at this point
Commits on Sep 4, 2016
put clients in a pre-disconnect state while their disconnect handler runs
Show description for da2d141
miguelgrinberg
committed
da2d141
View commit details
Copy full SHA for da2d141
View code at this point
Browse repository at this point
do not disconnect an already disconnected client
Show description for a58c184
miguelgrinberg
committed
a58c184
View commit details
Copy full SHA for a58c184
View code at this point
Browse repository at this point
Commits on Aug 26, 2016
add async_handlers option to server
miguelgrinberg
committed
2d39058
View commit details
Copy full SHA for 2d39058
View code at this point
Browse repository at this point
Commits on Aug 23, 2016
minor class-based namespace fixes
miguelgrinberg
committed
214abc8
View commit details
Copy full SHA for 214abc8
View code at this point
Browse repository at this point
class-based namespaces
miguelgrinberg
committed
7bc329a
View commit details
Copy full SHA for 7bc329a
View code at this point
Browse repository at this point
Commits on Aug 10, 2016
Handle empty argument list for callbacks
Show description for 544b01a
miguelgrinberg
committed
544b01a
View commit details
Copy full SHA for 544b01a
View code at this point
Browse repository at this point
Commits on Aug 5, 2016
Fix race condition in handling of binary attachments
Show description for 024609e
miguelgrinberg
committed
024609e
View commit details
Copy full SHA for 024609e
View code at this point
Browse repository at this point
Commits on Jul 29, 2016
Do not allow event names with hyphens in them
Show description for a6838a2
miguelgrinberg
committed
a6838a2
View commit details
Copy full SHA for a6838a2
View code at this point
Browse repository at this point
add unit test for sleep function
miguelgrinberg
committed
a3ae2a9
View commit details
Copy full SHA for a3ae2a9
View code at this point
Browse repository at this point
Commits on May 15, 2016
delay start of message queue listener thread until first request comes
miguelgrinberg
committed
b6df63d
View commit details
Copy full SHA for b6df63d
View code at this point
Browse repository at this point
Commits on Apr 12, 2016
Avoid KeyError when no room exists
pdecat
committed
626499c
View commit details
Copy full SHA for 626499c
View code at this point
Browse repository at this point
Commits on Mar 6, 2016
Eliminate problematic _clean_rooms method
miguelgrinberg
committed
370db64
View commit details
Copy full SHA for 370db64
View code at this point
Browse repository at this point
Commits on Jan 17, 2016
Expand tuples to multiple arguments, but not lists
miguelgrinberg
committed
259f98d
View commit details
Copy full SHA for 259f98d
View code at this point
Browse repository at this point
Commits on Jan 10, 2016
Add write_only argument to Kombu and Redis manager classes
miguelgrinberg
committed
57756e3
View commit details
Copy full SHA for 57756e3
View code at this point
Browse repository at this point
Commits on Dec 14, 2015
do not allow callbacks outside of a server context
miguelgrinberg
committed
6ae8968
View commit details
Copy full SHA for 6ae8968
View code at this point
Browse repository at this point
Commits on Dec 10, 2015
pubsub unit tests
miguelgrinberg
committed
71142aa
View commit details
Copy full SHA for 71142aa
View code at this point
Browse repository at this point
Commits on Dec 7, 2015
Support for callbacks across servers
miguelgrinberg
committed
63f5ed3
View commit details
Copy full SHA for 63f5ed3
View code at this point
Browse repository at this point
Commits on Dec 6, 2015
initial implementation of inter-process communication
miguelgrinberg
committed
47620bb
View commit details
Copy full SHA for 47620bb
View code at this point
Browse repository at this point
Commits on Nov 22, 2015
Correctly handle payloads that are empty lists or dictionaries (fixes #5)
miguelgrinberg
committed
a72f2df
View commit details
Copy full SHA for a72f2df
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.