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 have some clients that are running on very slow internet connection, and it can take them a long time to push data. I would like to be able to have the PushAsync method run in the background so that users don't have to wait a long time for it to finish and can continue adding new data to the service. The problem I have found is that if I have PushAsync running on a different thread, then any calls to SaveChanges will hang. Is there any way to work around this?
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
Uh oh!
There was an error while loading. Please reload this page.
-
I have some clients that are running on very slow internet connection, and it can take them a long time to push data. I would like to be able to have the PushAsync method run in the background so that users don't have to wait a long time for it to finish and can continue adding new data to the service. The problem I have found is that if I have PushAsync running on a different thread, then any calls to SaveChanges will hang. Is there any way to work around this?
Beta Was this translation helpful? Give feedback.
All reactions