textileio / textile

Textile hub services and buckets lib
MIT License
227 stars 45 forks source link

core: fix thread_interceptor owner check #574

Closed sanderpick closed 2 years ago

sanderpick commented 2 years ago

The thread id that was being checked for caller ownership is from the context, but go-threads methods take the id as a param. This was being extracted in some cases, but not for the primary owner check.