History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: LPP-425
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: -- --
Assignee: Pablo Kang
Reporter: Elliot Winard
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
OpenLaszlo

rpc.invoke() should return sequence # in return object

Created: 13/Jun/05 05:55 PM   Updated: 26/Jun/06 09:35 PM
Component/s: RPC - General
Affects Version/s: None
Fix Version/s: 3.0.2

Time Tracking:
Not Specified

Severity: Minor
Runtime: N/A


 Description  « Hide
rpc.invoke() should return sequence # in return object

STEPS:
1. make a number of remotecalls (like SOAP calls) to the same endpoint.
2. try to set up a system that handles each response with a unique handler

RESULTS:
there's no way to build such a system because each call's sequenceID is not exposed in LZX/JS

EXPECTED RESULTS:
rpc.invoke() returns a unique sequence identifier (or an object that contains this information) so responses can be mapped directly to calls

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Pablo Kang - 28/Jun/05 05:36 PM
Fixed in lps-dev (change 29837).

Pablo Kang - 28/Jun/05 11:55 PM
Need to make server change so value is returned for RPC call.

Pablo Kang - 01/Jul/05 04:37 PM
Fixed in lps-dev (change 29837).