Matthew Baskey
Matthew Baskey
Is there a built file and can put into my shell path? or perhaps somewhere to learn how to build this project or lua projects in general. Looks like a...
Why was Axon subscriber taken out. The Redis channel sub does not work. 'message' event never evoked.
in models.badges.js replace the socket.send command in exports.send with redis.publish('badge',JSON.stringify(badge)); or you can replace it in the lib file. After watching the video and typing the code by hand then...
I ran this repo with dotnet restore and had the same errors when I tried it with trails. Guess the dependencies have changed and Program.cs now has a Main Method....