request.signal is never fired in dev server #9438
Labels
awaiting release
This issue has been fixed and will be released soon
bug:unverified
feat:routing
package:dev
Reproduction
https://stackblitz.com/edit/remix-run-remix-jkyczz?file=app%2Froutes%2Fstream.tsx
Based on discussion: #8461
The effects of the bug are twofold:
Not that the bug only applies to the dev server. Using the express server the request abort signal is fired correctly.
System Info
Used Package Manager
npm
Expected Behavior
Dev server should print 'Received Abort!' when the response gets cancelled a second in.
Actual Behavior
Silence.
The text was updated successfully, but these errors were encountered: