Although the Event watching backlogs works just fine, the Event watching *.csvs blocks somehow, so that no further finalization requests are handled. Specifically, the Repo generated by the Eventhere is generated just fine, but the fire evt here is never exited.
On the Debian server and my MacBook it works just fine
I don't think this issue is related to multicast anymore
Currently, UDP Multicast doesn't seem to work, so I had to filter those tests out. Maybe replace
simplelocalnet
altogether.Things I found out so far:
sudo: true
Event
watching backlogs works just fine, theEvent
watching*.csv
s blocks somehow, so that no further finalization requests are handled. Specifically, theRepo
generated by theEvent
here is generated just fine, but thefire evt
here is never exited.I'm tracking the progress I made on the
debug-travis
branch.