riebl / vanetza

Open-source implementation of the ETSI C-ITS protocol stack
Other
202 stars 158 forks source link

Use boost::asio::post in asynchronous callback in Autotalks link layer #205

Closed khevessy closed 11 months ago

khevessy commented 11 months ago

I noticed that in Autotalks link layer, sometimes we get the same error as mentioned here, so I tried to use boost::asio::post as @riebl suggested. This seems to fix the issue but I do not know if it is 100% correct.

riebl commented 11 months ago

Looks good to me, though I cannot test it without Autotalks device.