telegram-rb icon indicating copy to clipboard operation
telegram-rb copied to clipboard

RECEIVE_MESSAGE stops getting events after message being sent from same account but different device

Open hnatt opened this issue 8 years ago • 2 comments

Steps to reproduce:

  1. Run example code
  2. Receive a message to current account, see <TelegramMessage ... in the output.
  3. Logged in from a different device/session to the same account, send a response message.
  4. Receive a message to current account again.

Expected: <TelegramMessage ... appearing in the output.

Actual: the script stops receiving the messages.

hnatt avatar Jul 19 '16 13:07 hnatt

Actually seems like it is caused only by other telegram-cli sessions, not by Android or desktop clients.

hnatt avatar Jul 19 '16 13:07 hnatt

Maybe it's an unlikely scenario and can be ignored.

hnatt avatar Jul 19 '16 13:07 hnatt