diff options
| author | citrons <citrons@mondecitronne.com> | 2025-06-01 15:38:17 -0500 |
|---|---|---|
| committer | citrons <citrons@mondecitronne.com> | 2025-06-01 15:38:17 -0500 |
| commit | e2dc5b6fbb6adf6f379ef0123c214a196211c305 (patch) | |
| tree | cc976665dd2e0916af100b5c0f7f629cc1936b01 /client/object | |
| parent | e740e5478a43358fbbd79636483d000e01f88b7e (diff) | |
joining channels
Diffstat (limited to 'client/object')
| -rw-r--r-- | client/object/object.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/object/object.go b/client/object/object.go index f42eaf8..5215993 100644 --- a/client/object/object.go +++ b/client/object/object.go @@ -52,6 +52,7 @@ func (oc *ObjCache) Watch(id string) { if !ok { oc.stream.Sub(id) } + entry.refCount++ oc.objects[id] = entry } |
