Dmitriy Kukharev

Results 3 issues of Dmitriy Kukharev

Hello, in my program I add tilesets in runtime. I spawn tileset actors and set Url or Id (+TilesetSource). Everything works fine until I provide an invalid id or url....

enhancement

Hello, I built the code: ``` cd cpp-jwt mkdir build cd build cmake .. ``` and then opened cpp-jwt.sln and built ALL_BUILD project in vs studio project. But I did...

Hello, I read your article [here](https://spin.atomicobject.com/2016/07/28/dropwizard-dive-part-3/) and could not seem to understand why you need a cache of tenants in `MultitenancyRequestListener`. `MultitenancyApplicationListener` creates a new instance of RequestListener on every...