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
Fix singleConnectionListener to prevent immediate EOF
- Use channel-based approach to control listener lifecycle
- Prevent http.Serve from shutting down immediately after first Accept()
- Add proper Close() method with channel signaling
- Use constructor function for proper initialization
- Should fix the premature EOF issue
Co-authored-by: f0ssel <[email protected]>
0 commit comments