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 }}
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
434
Pull requests
37
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Streaming callbacks + shared storage (multiplexed streaming transport)
- #3888
#3888
Closed
T4rk1n
wants to merge 18 commits into
dev
plotly/dash:dev
from
feat/stream-callbacks
plotly/dash:feat/stream-callbacks
Copy head branch name to clipboard
Conversation
Commits
18
(18)
Checks
Files changed
Closed
Streaming callbacks + shared storage (multiplexed streaming transport)
#3888
T4rk1n
wants to merge 18 commits into
dev
plotly/dash:dev
from
feat/stream-callbacks
plotly/dash:feat/stream-callbacks
Copy head branch name to clipboard
Commits
Commits on Jul 9, 2026
Add streaming callbacks: @callback(..., stream=True)
Show description for e71af1d
T4rk1n
committed
e71af1d
View commit details
Copy full SHA for e71af1d
Browse repository at this point
Fix CI: guard WS stream protocol tests on httpx
Show description for 65c72b9
T4rk1n
committed
65c72b9
View commit details
Copy full SHA for 65c72b9
Browse repository at this point
Commits on Jul 27, 2026
Merge branch 'dev' into feat/stream-callbacks
T4rk1n
authored
b2c340c
View commit details
Copy full SHA for b2c340c
Browse repository at this point
Keep streamed callback responses alive through proxy idle timeouts
Show description for e444e72
T4rk1n
committed
e444e72
View commit details
Copy full SHA for e444e72
Browse repository at this point
Commits on Jul 28, 2026
Infer streaming callbacks from the function, drop stream=True
Show description for 3fd3ed7
T4rk1n
committed
3fd3ed7
View commit details
Copy full SHA for 3fd3ed7
Browse repository at this point
Commits on Jul 30, 2026
Forbid sync-generator streaming callbacks
Show description for 84551e5
T4rk1n
committed
84551e5
View commit details
Copy full SHA for 84551e5
Browse repository at this point
Exempt clientside and streaming callbacks from the request limiter
Show description for 82daa62
T4rk1n
committed
82daa62
View commit details
Copy full SHA for 82daa62
Browse repository at this point
Isolate streaming callback tests into tests/streaming with its own CI job
Show description for a16bc7f
T4rk1n
committed
a16bc7f
View commit details
Copy full SHA for a16bc7f
Browse repository at this point
Add backend-agnostic shared storage (state manager + pub/sub)
Show description for a0e3ad9
T4rk1n
committed
a0e3ad9
View commit details
Copy full SHA for a0e3ad9
Browse repository at this point
Multiplex streaming over shared storage (server side, Flask)
Show description for f8850ec
T4rk1n
committed
f8850ec
View commit details
Copy full SHA for f8850ec
Browse repository at this point
Multiplex streaming over shared storage on Quart and FastAPI
Show description for 34180bc
T4rk1n
committed
34180bc
View commit details
Copy full SHA for 34180bc
Browse repository at this point
Add the client multiplexed streaming transport
Show description for d903d96
T4rk1n
committed
d903d96
View commit details
Copy full SHA for d903d96
Browse repository at this point
Wire streaming callbacks onto the multiplexed transport
Show description for d8b9c69
T4rk1n
committed
d8b9c69
View commit details
Copy full SHA for d8b9c69
Browse repository at this point
Fix multiplexed streaming bugs found in browser validation
Show description for c9baf68
T4rk1n
committed
c9baf68
View commit details
Copy full SHA for c9baf68
Browse repository at this point
Document multiplexed streaming in the CHANGELOG
Show description for d2b4398
T4rk1n
committed
d2b4398
View commit details
Copy full SHA for d2b4398
Browse repository at this point
CHANGELOG: fill in PR number for shared storage entry
T4rk1n
committed
2fc54fd
View commit details
Copy full SHA for 2fc54fd
Browse repository at this point
End async subscriptions cleanly when the loop is shutting down
Show description for b4a72dc
T4rk1n
committed
b4a72dc
View commit details
Copy full SHA for b4a72dc
Browse repository at this point
Reduce streaming frames to plain JSON before shared storage
Show description for 7e925b9
T4rk1n
committed
7e925b9
View commit details
Copy full SHA for 7e925b9
Browse repository at this point
You can’t perform that action at this time.