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
Hello,
I want to use this api in a multithreaded application. One thread run periodically in every 5 min and another thread run by request.
Both o these two threads calling GetMedia Method for load a post.
Problem is, that I don't know these two threads api call may conflict with each other or not?
I can't lock it, because the method is asynchronous.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I want to use this api in a multithreaded application. One thread run periodically in every 5 min and another thread run by request.
Both o these two threads calling GetMedia Method for load a post.
Problem is, that I don't know these two threads api call may conflict with each other or not?
I can't lock it, because the method is asynchronous.
Thank you all.
Beta Was this translation helpful? Give feedback.
All reactions