[Mono-dev] suggestion to fix remoting behavior

Robert Jordan robertj at gmx.net
Thu Dec 15 05:57:12 EST 2011


Hi Andrey,

Do you have a test case for these issues?

Thanks
Robert

On 15.12.2011 09:24, Andrey Chernomyrdin wrote:
> Have a nice day,
>
> I try to run my C# application in mono and have some problem with remoting.
> After small experiment I make some fixes in mono runtime.
>
> patch #1 (patch.logical-call-context.diff, link:
> https://gist.github.com/1480258 )
> Fixed: returning LogicalCallContext to client.
> Mono always returns the empty LogicalCallContext without patch.
> The new behavior is similar to .NET Framework.
>
> patch #2 (patch.return-value.diff, link: https://gist.github.com/1480249 )
> Fixed: Possibility of handling results of method execution in
> IDynamicMessageSink.ProcessMessageFinish() (such as return value, out
> parameter, exception).
> Mono passes the same message to ProcessMessageStart() and
> ProcessMessageFinish() without patch.
> The new behavior is similar to .NET Framework.
>
> After this patches my program run sucessfuly.
>
>
>
>
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list




More information about the Mono-devel-list mailing list