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
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
.
plotly
/
dash
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
2.3k
Star
24.4k
Code
Issues
470
Pull requests
38
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Streaming callbacks with multiplexed transport
- #3931
#3931
Open
2/2
T4rk1n
wants to merge 20 commits into
feat/shared_storage
plotly/dash:feat/shared_storage
from
feat/streaming
plotly/dash:feat/streaming
Copy head branch name to clipboard
Conversation
Commits
20
(20)
Checks
Files changed
Open
Streaming callbacks with multiplexed transport
#3931
T4rk1n
wants to merge 20 commits into
feat/shared_storage
plotly/dash:feat/shared_storage
from
feat/streaming
plotly/dash:feat/streaming
Copy head branch name to clipboard
Commits
Commits on Sep 1, 2026
Add streaming callbacks (@callback generator functions)
Show description for ce7530c
T4rk1n
committed
ce7530c
View commit details
Copy full SHA for ce7530c
Browse repository at this point
Multiplex HTTP streams over shared storage
Show description for e33a79b
T4rk1n
committed
e33a79b
View commit details
Copy full SHA for e33a79b
Browse repository at this point
Streaming: verify connections, stop on shutdown, reset stale cursor
Show description for 6ff0621
T4rk1n
committed
6ff0621
View commit details
Copy full SHA for 6ff0621
Browse repository at this point
trigger PR recheck
T4rk1n
committed
5d17895
View commit details
Copy full SHA for 5d17895
Browse repository at this point
Fix FastAPI startup crash: replace removed add_event_handler
Show description for 55c2891
T4rk1n
committed
55c2891
View commit details
Copy full SHA for 55c2891
Browse repository at this point
Fix Ctrl+C hang with active streaming downlink on Flask
Show description for 7e491ce
T4rk1n
committed
7e491ce
View commit details
Copy full SHA for 7e491ce
Browse repository at this point
Poll at 0.5s in keepalive generator so shutdown is noticed quickly
Show description for bcbbbca
T4rk1n
committed
bcbbbca
View commit details
Copy full SHA for bcbbbca
Browse repository at this point
Move local imports to top level, add shutdown tests
Show description for f01fbbf
T4rk1n
committed
f01fbbf
View commit details
Copy full SHA for f01fbbf
Browse repository at this point
Check shutdown flag in async keepalive generator too
Show description for 0366d91
T4rk1n
committed
0366d91
View commit details
Copy full SHA for 0366d91
Browse repository at this point
Move stream shutdown signal handler to _stream_hub
Show description for d0ee3d7
T4rk1n
committed
d0ee3d7
View commit details
Copy full SHA for d0ee3d7
Browse repository at this point
Handle KeyboardInterrupt in FastAPI subprocess runner
Show description for 698adf1
T4rk1n
committed
698adf1
View commit details
Copy full SHA for 698adf1
Browse repository at this point
Commits on Sep 2, 2026
Call shutdown_active_streams in Quart signal handler
Show description for 8e85ea1
T4rk1n
committed
8e85ea1
View commit details
Copy full SHA for 8e85ea1
Browse repository at this point
Fall back to inline NDJSON when multiplexed uplink returns 403
Show description for 5d09728
T4rk1n
committed
5d09728
View commit details
Copy full SHA for 5d09728
Browse repository at this point
Suppress traceback on repeated Ctrl+C during FastAPI shutdown
Show description for ba62035
T4rk1n
committed
ba62035
View commit details
Copy full SHA for ba62035
Browse repository at this point
Treat mid-stream connection drop as graceful when frames were received
Show description for 9fa8ce4
T4rk1n
committed
9fa8ce4
View commit details
Copy full SHA for 9fa8ce4
Browse repository at this point
Clear _shutdown flag on server startup across all backends
Show description for 150598e
T4rk1n
committed
150598e
View commit details
Copy full SHA for 150598e
Browse repository at this point
Fix Ctrl+C and restart handling for streaming callbacks on FastAPI
Show description for 32f9542
T4rk1n
committed
32f9542
View commit details
Copy full SHA for 32f9542
Browse repository at this point
Commits on Sep 4, 2026
Start streams promptly on sync WSGI workers, stop Quart streams on Ctrl+C
Show description for 50149d5
T4rk1n
committed
50149d5
View commit details
Copy full SHA for 50149d5
Browse repository at this point
Merge branch 'feat/shared_storage' into feat/streaming
Show description for c1691c5
T4rk1n
committed
c1691c5
View commit details
Copy full SHA for c1691c5
Browse repository at this point
Commits on Sep 8, 2026
Merge branch 'feat/shared_storage' into feat/streaming
Show description for 2d97ce5
T4rk1n
committed
2d97ce5
View commit details
Copy full SHA for 2d97ce5
Browse repository at this point
You can’t perform that action at this time.