grassrootseconomics / cic-custodial

Experimental custodial API
GNU Affero General Public License v3.0
1 stars 0 forks source link

Perfer net.Conn deadlines/timeouts over context.Deadline #76

Closed kamikazechaser closed 1 year ago

kamikazechaser commented 1 year ago

After which switch ctx params to use context.Background

kamikazechaser commented 1 year ago

Added SLA package which sets a context timeout of 5 seconds across all network actions.

Note: Context cancellation: https://uptrace.dev/blog/golang-context-timeout.html