23 comments (23 comments)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript1,873 stars (1,873 stars)320 forks (320 forks)batch import
help wanted
- Issue 種別
- bug
- 調査方針
- Examine the reconnection logic in the EventSource polyfill, specifically how the inactivity timer is managed. The title suggests a bug where the polyfill triggers reconnection after 45 seconds of no activity. Look at the 'onmessage' handler and the timer reset mechanism in the main source file. Review the 23 comments on the issue for additional clues about expected behavior and potential fixes.