A memory leakage was found that prevented the garbage collection
of stubs. This bug was triggered because object streams keep
a hash table with mapping for the sent/received objects. This hash
table was never cleared.
Server and client connection solved this bug by resetting the object
streams after executing a remote invocation.