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
feat: implement lazy initialization of Socket.IO client
- Socket.IO client is now initialized lazily when first needed
- Modified client.ts to use getSocket() function for deferred initialization
- Updated agents module to call getSocket() in subscribeToConversation and addMessage
- Socket connection is only established when these functions are actually called
- Maintains backward compatibility while improving startup performance
Co-authored-by: Netanel Gilad <netanelgilad@users.noreply.github.com>
0 commit comments