|
@@ -513,6 +513,13 @@ namespace VehicleControlSystem.ControlLayer.MQ
|
|
|
//if ( this.req.HasOut )
|
|
//if ( this.req.HasOut )
|
|
|
this.req.SendMoreFrame( "setm" ).SendFrame( index + "/" + value );
|
|
this.req.SendMoreFrame( "setm" ).SendFrame( index + "/" + value );
|
|
|
|
|
|
|
|
|
|
+ var LL = new Msg();
|
|
|
|
|
+ this.req.TrySendFrameEmpty( TimeSpan.FromMilliseconds(1000) , true ).;
|
|
|
|
|
+ if(this.req.TrySend(ref new Msg(), TimeSpan.FromMilliseconds(1000), true))
|
|
|
|
|
+ {
|
|
|
|
|
+
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
if ( !this.req.TryReceiveMultipartStrings( TimeSpan.FromSeconds( 5 ), ref repll ) )
|
|
if ( !this.req.TryReceiveMultipartStrings( TimeSpan.FromSeconds( 5 ), ref repll ) )
|
|
|
return false;
|
|
return false;
|
|
|
}
|
|
}
|