[Java] Dispatch user callbacks and observe backpressure
Open
affected-few
area-signalr
enhancement
severity-minor
- Dominant language
- C#
- Stars
- 38.4k
- Forks
- 10.9k
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 290
Description
Currently we run user callbacks like On handlers, OnClosed, and possibly invocation responses/streaming. We want to run these on a dedicated scheduler that is used only for user code. We also want to observe backpressure from the observables if they are not consuming messages quick enough.
cc @davidfowl @halter73
Contributor guide
Assessment
This issue has not been assessed yet.