You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that using this library, panics were masked (in particular and nil pointer error). Any idea how to ensure panics get through? Or at least hear about them... the ctx.Err() in the context given to the callback on a Register call is nil.
I noticed that using this library, panics were masked (in particular and nil pointer error). Any idea how to ensure panics get through? Or at least hear about them... the
ctx.Err()in the context given to the callback on aRegistercall is nil.