Dimtiry Ivanov
Dimtiry Ivanov
Hi Mickail, Unfortunately I do not have code that reproduces this problem at this time. Linux version is CentOS 6.3, mono version: mono --version Mono JIT compiler version 2.11.4 ((no/417ec78...
Mikhail, I was going to try and localize this, unfortunately next couple of week are going to be busy, don't think I will be able to get to this part...
Couple of comments about this: 1. The callback storage is bound to io_service event loop and there should be one storage per io_service. hence it is thread local and does...
Nevermind, I see it now. You are right, it is easier to make storage thread safe then to move stream_id allocation inside event loop.