Skip to content

Version 3.1.5. Fix bug OfX-Nats, enhance performance

Compare
Choose a tag to compare
@quyvu01 quyvu01 released this 05 Jan 15:32
· 10 commits to main since this release
  • Fixed a bug in OfX-Nats.
  • Changed SubscribeAsync functions to run using Task.Factory.StartNew instead of Task.Run.
  • Renamed StartNatsServerAsync to StartNatsListeningAsync.
  • Updated StartNatsListeningAsync to run under IHost instead of IServiceProvider.