
| Key: |
CIB-1599
|
| Type: |
Bug
|
| Status: |
Resolved
|
| Resolution: |
Fixed
|
| Priority: |
Major
|
| Assignee: |
jason
|
| Reporter: |
jason
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
Pulse
Created: 11/Aug/08 05:15 PM
Updated: 11/Aug/08 09:33 PM
|
|
| Component/s: |
None
|
| Affects Version/s: |
1.2.55,
2.0.10
|
| Fix Version/s: |
2.0.11,
1.2.56
|
|
|
The manager handles events synchronously, which is required. This means that it should not pass out events synchronously, though, as this takes the thread into unknown territory. Although the other handlers should be prompt too, being completely synchronous ties things together a bit too closely.
|
|
Description
|
The manager handles events synchronously, which is required. This means that it should not pass out events synchronously, though, as this takes the thread into unknown territory. Although the other handlers should be prompt too, being completely synchronous ties things together a bit too closely. |
Show » |
|