|
|
|
|
|
by JoshTriplett
1467 days ago
|
|
Have you considered a version that holds a lock as long as it maintains an HTTP connection (with periodic data sent to keep the connection alive), and when the connection closes, the lock is released? That would help prevent the lock from staying held. |
|