Protecting it doesn't work. This is probably some part of the protocol so I
can't just make that change. Ok, I guess at this point I am stuck.
sparky2708 wrote:
>
> Did some more debugging and narrowed down the problem:
>
> in WireFormatNegotiator the "command" is sometimes "Null" -- not sure
Did some more debugging and narrowed down the problem:
in WireFormatNegotiator the "command" is sometimes "Null" -- not sure why it
happens or how to fix it except to protect the following statement:
protected override void OnCommand(ITransport sender, Command command)
{
i