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
refactor: update SupabaseRealtimeManager to use async methods for event subscriptions
- Changed subscribeToEvents and subscribeToSupabaseRealtimeEvents
methods to async for better handling of asynchronous operations.
- Updated index.ts to await the subscription process on server start.
- Improved logging messages for clarity during subscription status
updates.
0 commit comments