Mantis - Hessian
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
2997 | minor | always | 10-08-08 11:57 | 10-14-08 15:05 | |
|
|||||
Reporter: | emil | Platform: | |||
Assigned To: | OS: | ||||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.2.1 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.2.1 | ||
|
|||||
Summary: | 0002997: Multiple outstanding requests with Hessian Flex fail | ||||
Description: |
(Rep. by Leonid Geller) Specifically, if I send request A(x), and while it is being processed on the +server side, send request A(y) (same operation, different parameters), I will +get back successful response to A(y), while response to A(x) will fail with +trace output: "Unknown stream completed: ..." message (line 162 in HessianOperation.as) Looks like a classic "collision on a key" error, where the second request +overrides the metadata of the first; however looking through the Hessian code, +I could not spot the error. Perhaps it has to do with using URLStream instance +as key to storing the tokens?... |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|