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
BlockHound should report a blocking call for some java.nio.Files operations as FileChannel is used under the hood which is always blocking since it is not a SelectableChannel. Likely related to #192.
I'm not sure these are the best methods to be marked as blocking but these solved this issue. Probably some write methods should be marked as blocking as well.
Expected Behavior
BlockHound should report a blocking call for some
java.nio.Files
operations asFileChannel
is used under the hood which is always blocking since it is not aSelectableChannel
. Likely related to #192.Actual Behavior
BlockHound does not detect blocking call.
Steps to Reproduce
Possible Solution
I'm not sure these are the best methods to be marked as blocking but these solved this issue. Probably some write methods should be marked as blocking as well.
Your Environment
The text was updated successfully, but these errors were encountered: