This version of the release moves the go routine that listens and logs for the delivery of messages to the construction instead of spawning it as and when a message is pushed.This will reduce the number of go routines that are spawned thereby reducing the CPU and Memory metrics of the services utilizing it.