You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
moveToTrash uses FSPathMoveObjectToTrashSync to do its work, for which this link suggests both the problem and possible solution. It makes use of FSPathMakeRefWithOptions which appears to be deprecated in OSX 10.8.
…bout to run (java-native-access#206)
Motivation:
If we cancel a timeout as its remaining time is elapsed we need to ensure we also call quiche_conn_on_timeout(...) as otherwise we may not produce the required data.
Modifications:
Call run() directly when a timeout is elepsed
Result:
Timeouts are handled correctly
Create a symbolic link which targets a directory. Now invoke FileUtils.moveToTrash on this link. The link will remain, but the target will be deleted.
The text was updated successfully, but these errors were encountered: