I am using the worker-redismq sample .Net Core app. (ServiceStack 5.9)
I have not changed any code within it, however, when running it the mqServer.Start() call never returns. I have tested redis at the command line level and that is working fine, also the tests contained in the repo, successfully connect and publish messages to the queue.
Any thoughts on what is preventing the Start from returning ?
Hi Mythz, thanks for the response, I’m going to try to replace my redis version first, I read another thread on the forums from someone who reporting something similar and he had an older version of redis. I will report back soon