Skip to content
  • Aaron L's avatar
    Add MailNoGoroutine option · 02048782
    Aaron L authored
    This change allows users to write Mailer implementations that either
    spawn their own goroutines or honor proper context usage. The current
    behavior of the modules with this setting turned to 'false' creates a race
    condition between the original http request's context authboss was handed being
    cancelled by the http server, and the use of that context by the mailer
    implementation which is being run in a goroutine.
    02048782