return to downloads
------------------------------------------------------------------------
r1305 | esolovey@adobe.com | 2008-04-18 18:55:42 -0400 (Fri, 18 Apr 2008) | 8 lines
Changed paths:
M /flex/sdk/branches/3.0.x/frameworks/projects/rpc/src/mx/messaging/MessageAgent.as
M /flex/sdk/branches/3.0.x/frameworks/projects/rpc/src/mx/messaging/channels/NetConnectionChannel.as
M /flex/sdk/branches/3.0.x/frameworks/projects/rpc/src/mx/messaging/channels/PollingChannel.as
M /flex/sdk/branches/3.0.x/frameworks/projects/rpc/src/mx/messaging/messages/MessagePerformanceUtils.as
Avoid NPE's on the client when record-message-times or record-message-sizes and tracing are enabled and the message received by the client is not stamped with performance information.
[ private comments below ]
Bug: LCDS-224
Checkintests: Pass
The case that discovered this issue is a Connect message for a DataService using RTMP which does not get stamped as it is processed completely within the RTMP endpoint and does not make it all the way to the MessageBroker.
------------------------------------------------------------------------
r1303 | genovese@adobe.com | 2008-04-18 16:17:36 -0400 (Fri, 18 Apr 2008) | 1 line
Changed paths:
M /flex/sdk/branches/3.0.x/frameworks/projects/framework/src/mx/controls/sliderClasses/SliderThumb.as
Minor ASDoc update - fixed typo
------------------------------------------------------------------------
r1300 | matamel@adobe.com | 2008-04-18 15:06:29 -0400 (Fri, 18 Apr 2008) | 1 line
Changed paths:
M /flex/sdk/branches/3.0.x/frameworks/projects/rpc/src/mx/messaging/channels/StreamingAMFChannel.as
M /flex/sdk/branches/3.0.x/frameworks/projects/rpc/src/mx/messaging/channels/StreamingHTTPChannel.as
Override realtime() method to return true since streaming channels are considered realtime.
------------------------------------------------------------------------
return to downloads