timcoleman
Results
2
issues of
timcoleman
Visual Studio reports warning C4100 when compiling code that includes log4cxx/spi/loggerrepository.h. That function has two functions with empty bodies (fireAddAppenderEvent, fireRemoveAppenderEvent). Because they have unused formal parameters, Visual Studio warns...
windows
The redis library allows creation of connection pools to connect to a redis server. But it is not possible to use connection pools with a secure socket connection (i.e. a...
feature