fix TMVar left full crash affecting servePutOffset
Problem is that whatever is reading from the TMVar may not have read from it yet before the client writes the next thing to it.
This commit is contained in:
parent
3069e28dd8
commit
b697c6b9da
2 changed files with 2 additions and 14 deletions
|
@ -28,9 +28,6 @@ Planned schedule of work:
|
|||
|
||||
## work notes
|
||||
|
||||
* servePutOffset crashes with "TMVar left full VALIDITY Invalid".
|
||||
Seems nothing consumes the INVALID sent by the client, but why?
|
||||
|
||||
* Implement serveLockContent
|
||||
|
||||
* A Locker should expire the lock on its own after 10 minutes initially.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue