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
When I am trying to repetitively send out a text message, I have to create a String, then create a Message::Text, after it's done, discarded, next time, I need to recreate it again.
Is there anyway I can reuse the same Text Message? Right now, the socket eat the message, don't know why.
The text was updated successfully, but these errors were encountered:
When I am trying to repetitively send out a text message, I have to create a String, then create a Message::Text, after it's done, discarded, next time, I need to recreate it again.
Is there anyway I can reuse the same Text Message? Right now, the socket eat the message, don't know why.
The text was updated successfully, but these errors were encountered: