Open nsakharnykh opened 4 years ago
@gaohao95 is this still a problem, and if so, could it be one of the reasons for #51?
@gaohao95 is this still a problem, and if so, could it be one of the reasons for #51?
I don't think it's related, since #51 happens without using UCXBufferCommunicator
.
UCXBufferCommunicator
allocates buffers forcount
andrecv_buffer
used in callbacks but never frees them. Although these buffers are small (8 bytes each), we should consider making it clean.