mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2025-07-03 23:53:12 +00:00
InvocationContext
This commit is contained in:
@ -1528,7 +1528,8 @@ partial class DistributedConnection
|
||||
try
|
||||
{
|
||||
rt = ft.MethodInfo.Invoke(target, args);
|
||||
context.Ended = true;
|
||||
if (context != null)
|
||||
context.Ended = true;
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
Reference in New Issue
Block a user