Ticket #14 (closed defect: invalid)
Reference duplicated of RouteMessages into the RouteMessagePool
| Reported by: | jordi | Owned by: | jordi |
|---|---|---|---|
| Priority: | major | Milestone: | 3.1 |
| Component: | planetsim | Version: | PlanetSim 3 |
| Keywords: | RouteMessage RouteMessagePool | Cc: |
Description
From Max:
I think you should check if the RouteMesssage that should be freed is
already in the messages stack in RouteMessagePoolImpl.
For example I freed my RouteMessage after I called
endpoint.schedule(...){... calls freeMessage too...} and because of that
the reference of one RouteMessage were two times on the messages stack.
So the first message I tried to send next vanished because the second
message I send overwrited the first sended message.
Change History
Note: See
TracTickets for help on using
tickets.
