169 похожих чатов

In a chat application when the user goes offline and

come online again a web socket connection is made
And the messages which was sent when the user was offline will be send to user
So when should I send those messages, should I let the user send any timestamp requesting that they want messages after this timestamp? Or the server send upon the socket connection
If that’s the case then for multi login I won’t get the messages in other phone
If i want to send the timestamp, then I need to send the timestamp of all the chats and get the message
Is there any other method to do this ?

4 ответов

25 просмотров

Websocket for realtime events, pull for historic events.

Athul-N Автор вопроса
Sebastian
Websocket for realtime events, pull for historic e...

You mean a normal http rest api to get old messages ?

Athul N
You mean a normal http rest api to get old message...

Yes. You keep the realtime code seperated from historic events. The client can listen for current events and the server can query the messages from the database in the background.

Athul-N Автор вопроса
Sebastian
Yes. You keep the realtime code seperated from his...

But I want to first show all the old messages and then the new messages

Похожие вопросы

Обсуждают сегодня

Господа, а что сейчас вообще с рынком труда на делфи происходит? Какова ситуация?
Rꙮman Yankꙮvsky
29
А вообще, что может смущать в самой Julia - бы сказал, что нет единого стандартного подхода по многим моментам, поэтому многое выглядит как "хаки" и произвол. Короче говоря, с...
Viktor G.
2
30500 за редактор? )
Владимир
47
а через ESC-код ?
Alexey Kulakov
29
Чёт не понял, я ж правильной функцией воспользовался чтобы вывести отладочную информацию? но что-то она не ловится
notme
18
У меня есть функция где происходит это: write_bit(buffer, 1); write_bit(buffer, 0); write_bit(buffer, 1); write_bit(buffer, 1); write_bit(buffer, 1); w...
~
14
Добрый день! Скажите пожалуйста, а какие программы вы бы рекомендовали написать для того, чтобы научиться управлять памятью? Можно написать динамический массив, можно связный ...
Филипп
7
Недавно Google Project Zero нашёл багу в SQLite с помощью LLM, о чём достаточно было шумно в определённых интернетах, которые сопровождались рассказами, что скоро всех "ибешни...
Alex Sherbakov
5
Ребят в СИ можно реализовать ООП?
Николай
33
https://github.com/erlang/otp/blob/OTP-27.1/lib/kernel/src/logger_h_common.erl#L174 https://github.com/erlang/otp/blob/OTP-27.1/lib/kernel/src/logger_olp.erl#L76 15 лет назад...
Maksim Lapshin
20
Карта сайта