Version 3.1.5. Fix bug OfX-Nats, enhance performance
- Fixed a bug in
OfX-Nats
. - Changed
SubscribeAsync
functions to run usingTask.Factory.StartNew
instead ofTask.Run
. - Renamed
StartNatsServerAsync
toStartNatsListeningAsync
. - Updated
StartNatsListeningAsync
to run underIHost
instead ofIServiceProvider
.