How can I use a Context that is already in use?
An active session is usually reading and writing that Context. Check the session using it, wait for it to end normally, and use the Context again once it becomes available.
- Use the occupancy message to identify the session and check whether it is still working.
- If it is working, wait for the task to finish. If it is no longer needed, close it normally through session management or your program.
- Wait until the Context status is available before creating a new session.
If you need an independent copy, you can fork the Context through the SDK while it is offline and available. Do not force-unlock a Context that is still in use. If its session has ended but the lock remains, contact support for further investigation.
