Xmr troubles - only xmr.DEBUG: Heartbeat

Hello,

To test Xibo I installed it on my laptop (non docker). Running windows 10 x64 with xampp x64 php 7.2.2 and zmq.
Xibo is working and on an other computer I can run the client and I see the scheduled content.

There is a problem with XMR

Config.json
{
“listenOn”: “tcp://127.0.0.1:50001”,
“pubOn”: [“tcp://192.168.0.40:9505”],
“debug”: true
}

In Xibo admin settings:

XMR Private Address : tcp://127.0.0.1:50001
XMR Public Address: tcp://192.168.0.40:9505

Starting and running xmr.phar :

C:\xampp\php>php C:\xampp\xibo-cms-2.1.0\vendor\bin\xmr.phar
[2019-09-26 09:53:01] xmr.INFO: Starting up - listening for CMS on tcp://127.0.0.1:50001.
[2019-09-26 09:53:01] xmr.INFO: Bind to tcp://192.168.0.40:9505 for Publish.
[2019-09-26 09:53:01] xmr.INFO: Bind to tcp://192.168.0.40:50002 for Publish.
[2019-09-26 09:53:01] xmr.DEBUG: Adding a queue processor for every 5 seconds
[2019-09-26 09:53:31] xmr.DEBUG: Heartbeat…
[2019-09-26 09:54:01] xmr.DEBUG: Heartbeat…
[2019-09-26 09:54:31] xmr.DEBUG: Heartbeat…
[2019-09-26 09:55:01] xmr.DEBUG: Heartbeat…
[2019-09-26 09:55:31] xmr.DEBUG: Heartbeat…
[2019-09-26 09:56:01] xmr.DEBUG: Heartbeat…
[2019-09-26 09:56:31] xmr.DEBUG: Heartbeat…
[2019-09-26 09:57:01] xmr.DEBUG: Heartbeat…

I can only see the heartbeat and no other info is there.
Client reports
xmr is dead

How to solve this? After 12 days no response, I would love to use this but now it isn’t usable.