Re: C#/.NET implementation see problem but don't know how to fix it

2007-02-01 Thread sparky2708
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

Re: C#/.NET implementation see problem but don't know how to fix it

2007-02-01 Thread sparky2708
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