boostorg / redis

An async redis client designed for performance and scalability
https://www.boost.org/doc/libs/develop/libs/redis/doc/html/index.html
Boost Software License 1.0
212 stars 38 forks source link

Fixes narrowing conversion #190

Closed mzimbres closed 3 months ago

mzimbres commented 3 months ago

NOTE: I had to disable the TLS tests because I shotdown the server I was running on my domain occase.de. Once this ticket is merged I will open a new one to fix that and reenable the tests.

mzimbres commented 3 months ago

@strelez77 This should fix your problem. Do you want to try it before I merge?

strelez77 commented 3 months ago

@mzimbres Thanks for the quick response! The error is fixed by this commit.