|
From: George D. <geo...@ya...> - 2009-06-24 17:03:30
|
Hi all,
I had some problems with traci when I started to work with sumo and now I bumped into them again. I use the storage and socket classes provided by shawn ans sumo 10.0.2.
The problemm is that the format of the command (the response from sumo to be exact is not the way it's specified in the documentation).
Every time I receive a response I get, in the same tcp response (storage class) the response message, and then, the actual response.
What I mean is that I receive something like this | size of response message = 7 | identifier | response code | description | length of second message | rest of response |
instead of having
| size of whole message | length of response message | identifier | etc.(Like I get two different messages stuck together)
Is this a normal behaviour? I allready adapted my applications acordingly but I am wondering if this is how ot should be.
Thanks,
George
|