SeattleTestbed / repy_v2

Seattle Testbed's Repy ("Restricted Python") sandbox, version 2
MIT License
12 stars 50 forks source link

getmyip() hangs in repyV2 if ip address changes midcall. #7

Closed choksi81 closed 10 years ago

choksi81 commented 10 years ago

If the ip address of the local machine changes while doing a getmyip() call then it blocks forever. We need it to either return the new updated ip address or raise an error. This is required for the mobility shim.

choksi81 commented 10 years ago

Author: monzum Fixed in r4411.