Description
Overview
Socket service doesn't handle reconnection properly.
Background
Socket only connects on app start with no reconnection on disconnect or retry logic, causing real-time updates to stop working after a disconnect.
Specifications
- Enable auto-reconnection
- Add reconnection attempts
- Add reconnection delay
Tasks:
- Enable reconnection in socket config
- Add reconnection listeners
Impacted Files:
- src/services/socket/index.ts
Labels: real-time, priority-medium
🙌Contribution Guidelines:
Assignment required before PR submission
Timeframe: 48-72 hours
PR description must include: Close #24
Star the repo⭐
For more context, please refer to the mobile README
Description
Overview
Socket service doesn't handle reconnection properly.
Background
Socket only connects on app start with no reconnection on disconnect or retry logic, causing real-time updates to stop working after a disconnect.
Specifications
Tasks:
Impacted Files:
Labels: real-time, priority-medium
🙌Contribution Guidelines:
Assignment required before PR submission
Timeframe: 48-72 hours
PR description must include: Close #24
Star the repo⭐
For more context, please refer to the mobile README