dplyukhin / UIGC

A garbage collector for Akka actors!
Other
4 stars 2 forks source link

References to self are not handled properly #27

Closed dplyukhin closed 3 years ago

dplyukhin commented 3 years ago

What happens if A sends B a reference to A? What happens if B sends A a reference to A? What happens if the user tries to release the self reference? Our code doesn't seem to handle these edge cases.

Deliverables

Fix edge cases when: