harigad / popwork_mobile

PopWork Mobile
0 stars 0 forks source link

Messaging Features # 1 #6

Open harigad opened 5 years ago

harigad commented 5 years ago

WebSocket should connect to the backend server. Refer to auth.service.ts. I have already some added code to do this.

TODO :

  1. Send Lat and Lng of the user when user connects
  2. Send lat and Lng of the user every 30 seconds after connecting
  3. ONLY make the websocket connection after the user logs in.
sardaryanhrant commented 5 years ago

Completed