You've already forked linux-packaging-mono
Imported Upstream version 5.4.0.167
Former-commit-id: 5624ac747d633e885131e8349322922b6a59baaa
This commit is contained in:
parent
e49d6f06c0
commit
536cd135cc
@ -83,7 +83,7 @@ namespace System.ServiceModel.Activities.Dispatcher
|
||||
// Actual Buffering
|
||||
lock (this.thisLock)
|
||||
{
|
||||
// Optimistic state check in case we just ----d with the receiveContext
|
||||
// Optimistic state check in case we just raced with the receiveContext
|
||||
// faulting. If the receiveContext still faults after the state check, the above
|
||||
// cleanup routine will handle things correctly. In both cases, a double-release
|
||||
// of the throttle is protected.
|
||||
|
@ -1323,7 +1323,7 @@ namespace System.ServiceModel.Activities.Dispatcher
|
||||
|
||||
// This async result waits for store events and handle them (currently only support HasRunnableWorkflowEvent).
|
||||
// It is intended to always complete async to simplify caller usage.
|
||||
// 1) no code to handle [....] completion.
|
||||
// 1) no code to handle sync completion.
|
||||
// 2) recursive call will be safe from StackOverflow.
|
||||
// For simplicity, we handle (load/run) each event one-by-one.
|
||||
// We ---- certain set of exception (see HandleException). Other will crash the process.
|
||||
|
@ -102,7 +102,7 @@ namespace System.ServiceModel.Activities.Dispatcher
|
||||
ReadSuspendedInfo(view);
|
||||
}
|
||||
|
||||
// If we were loaded or we locked the instance, the keys will have been [....]'d.
|
||||
// If we were loaded or we locked the instance, the keys will have been sync'd.
|
||||
if (IsInitialized || IsLocked)
|
||||
{
|
||||
RationalizeSavedKeys(false);
|
||||
|
@ -1178,7 +1178,7 @@ namespace System.ServiceModel.Activities.Dispatcher
|
||||
this.pipeline.Publish();
|
||||
}
|
||||
|
||||
// PersistenceContext.Open doesn't do anything, so it's ok to call [....].
|
||||
// PersistenceContext.Open doesn't do anything, so it's ok to call sync.
|
||||
this.context.Open(TimeSpan.Zero);
|
||||
|
||||
IAsyncResult result;
|
||||
|
@ -1 +1 @@
|
||||
e5ea1459fff7b1cd603c92ad680205fd8d059d63
|
||||
539cdf5804b4a2d841d379388c8d71328ed4688a
|
@ -1 +1 @@
|
||||
835190494108cebabd4a3d212724f7008cd05e72
|
||||
ffbe82df40d3c4aa70d5dc8a77446d31df581bf8
|
Reference in New Issue
Block a user