2
0
mirror of https://github.com/esiur/esiur-dotnet.git synced 2025-06-27 05:23:13 +00:00

InvocationContext

This commit is contained in:
2024-12-07 15:31:29 +03:00
parent 07561062ca
commit 979a30805e
2 changed files with 5 additions and 3 deletions

View File

@ -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)
{