This is being called on other-than-the-DObject thread, and we really don't want to be posting messages directly outside that thread.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4825 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Mike Thomas
2007-09-14 17:58:54 +00:00
parent 59a65e9ef2
commit e4cb816fba
@@ -820,7 +820,7 @@ public class PresentsClient
// from interface ProxySubscriber
public void requestFailed (int oid, ObjectAccessException cause)
{
postMessage(new FailureResponse(oid, cause.getMessage()));
safePostMessage(new FailureResponse(oid, cause.getMessage()));
}
// from interface ProxySubscriber