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
Note also that the copy in write is implemented incorrectly for asynchronous writes, as it consumes the passed buffer even if not all of the data is written. See #50
will this lead to memory leak issues?
I use jnr-unixsocket as my java process IPC lib with other processes, I foud the off-heap memory consumption is very high, but I didn't allocate any direct bytebuffer in my java code.
As far as I can tell, jnr-ffi is fine with array-backed or direct buffers, so we can avoid the extra allocation in those cases.
The text was updated successfully, but these errors were encountered: