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
This happens infrequently when I call Task.Run(() => api.SendMessageTemplate(message)).Result; Assuming there's something of a race condition somewhere in the SendMessageTemplate function.
The text was updated successfully, but these errors were encountered:
Have you gotten around this? I'm not seeing where we're using .Result in the wrapper, which I think would cause a race condition. Is it possible for you to switch to an async await on your end?
This happens infrequently when I call Task.Run(() => api.SendMessageTemplate(message)).Result; Assuming there's something of a race condition somewhere in the SendMessageTemplate function.
The text was updated successfully, but these errors were encountered: