Offline chat outbox
In an iOS chat app where the network drops often, messages the user sends must not be lost. How would you design the state transitions of the local outbox?
Offline chat outbox
In an iOS chat app where the network drops often, messages the user sends must not be lost. How would you design the state transitions of the local outbox?
PersistenceShort answerAdvanced
Chat in a secondhand marketplace app has to work for reading and writing on the subway. D…
#chat #outbox #idempotency
iOS system designShort answerExpert
Design the iOS client for a 1:1 chat like WhatsApp. Focus on message ordering, duplicates…
#chat #idempotency
iOS system designShort answerAdvanced
Assume the backend already exists and design a flight booking iOS app. The flow runs sear…
#offline #idempotency
iOS system designShort answerAdvanced
In a messenger app, what does the client have to guarantee so messages never get lost? Co…
#chat #outbox