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 ответов

23 просмотра

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

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

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

а через ESC-код ?
Alexey Kulakov
29
30500 за редактор? )
Владимир
47
Чёт не понял, я ж правильной функцией воспользовался чтобы вывести отладочную информацию? но что-то она не ловится
notme
18
У меня есть функция где происходит это: write_bit(buffer, 1); write_bit(buffer, 0); write_bit(buffer, 1); write_bit(buffer, 1); write_bit(buffer, 1); w...
~
13
Недавно Google Project Zero нашёл багу в SQLite с помощью LLM, о чём достаточно было шумно в определённых интернетах, которые сопровождались рассказами, что скоро всех "ибешни...
Alex Sherbakov
5
в JclConsole объявлено так: function CtrlHandler(CtrlType: DWORD): BOOL; stdcall; - где ваше объявление с stdcall? у вас на картинке нет stdcall
Karagy
8
Как передать управляющий символ в открытую через CreateProcess консоль? Собсна, есть процедура: procedure TRedirectThread.WriteData(Data: OEMString); var Written: Cardinal;...
Serjone
6
Ребят в СИ можно реализовать ООП?
Николай
33
program test; {$mode delphi} procedure proc(v: int32); overload; begin end; procedure proc(v: int64); overload; begin end; var x: uint64; begin proc(x); end. Уж не знаю...
notme
6
у вас два процесса. один посылает другому сигнал. у вас есть код обоих процессов? если всё не так - расскажите как оно на самом деле. а именно кто кому чего, есть-ли консоли,...
Karagy
6
Карта сайта