Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Locking: Use single global lock instead of context lock
When context is de-allocated, other threads can still access the context lock held within context. Indicating being freed when coap_free_context() was called worked in most cases, but not all.
- Loading branch information