© 2026 Hedgehog Software, LLC
useSocket()
unseen_count_changed
interface ISocket { on: (eventName: string, callback: (data: any) => void) => void; off: (eventName: string) => void; }