Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 528 Bytes

File metadata and controls

10 lines (8 loc) · 528 Bytes

Progress

qui-wt5o — EventBroadcaster mutex protection ✅ CLOSED

  • Converted @clients and @subscribers from instance vars to class vars
  • Added @@mutex = Mutex.new(:unchecked) for all shared state access
  • All operations (broadcast_json, stats, subscribe, unsubscribe, add_client, remove_client, shutdown_all) now synchronize
  • Fixed stats return type to Hash(String, Int64) for BroadcasterStats compatibility

qui-hzqm — FaviconActor HttpFetchResult routing [TODO]

qui-uerm — Bare rescue blocks [TODO]