jovany-wang / dousi

Native Multiple Languages RPC Framework.
6 stars 3 forks source link

Fix the resource race when getting from future. #50

Closed jovany-wang closed 4 years ago

jovany-wang commented 4 years ago

In the current implementation, a while true loop to get the result from cachedobject map which should be locked.