• Implement comprehensive WebSocket subscription stability fixes
    Some checks failed
    Go / build (push) Has been cancelled
    Go / release (push) Has been cancelled

    mleku released this 2025-11-06 18:21:00 +00:00 | 121 commits to main since this release

    • Resolved critical issues causing subscriptions to drop after 30-60 seconds due to unconsumed receiver channels.
    • Introduced per-subscription consumer goroutines to ensure continuous event delivery and prevent channel overflow.
    • Enhanced REQ parsing to handle both wrapped and unwrapped filter arrays, eliminating EOF errors.
    • Updated publisher logic to correctly send events to receiver channels, ensuring proper event delivery to subscribers.
    • Added extensive documentation and testing tools to verify subscription stability and performance.
    • Bumped version to v0.26.2 to reflect these significant improvements.
    Downloads