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
// join a room based on client preference.
// - ice cream, beer, or coffee.
// - age limitations
// return users in the room that fit the criteria
// packet.userId
// get the user from mongo
// then find users from mongo that fit that user's filters/preferences
// remove the users that don't have that user's in their preferences (reverse)
// return the remaining array of users
// things to do:
// - get packet, check to see if match
// - if match, then do stuff! call uber.
// - if no match, ignore
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: