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
I made a simplified class that builds a authenticated and connected client with hardcoded params, I just call the send method client.send message from the Rails console. In this scenario it seems I cannot reproduce the issue.
The text was updated successfully, but these errors were encountered:
If I send 10 messages, between 8 and 10 are received in FB chat.
Chat:
Resque log contains one more sent message missing from the chat:
The code:
A possibly related fact is that the close method occasionally does not return a Thread object:
I made a simplified class that builds a authenticated and connected client with hardcoded params, I just call the
send
methodclient.send message
from the Rails console. In this scenario it seems I cannot reproduce the issue.The text was updated successfully, but these errors were encountered: