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
We have a bug (hard to trigger) that we may unmap message segments before the last consumer deliver loop has finish writing to the socket, causing a segmentation fault.
We should rethink when we do the unmap. Maybe a fiber waiting for all deliver loops to be done (using a WaitGroup).
The text was updated successfully, but these errors were encountered:
Describe the bug
We have a bug (hard to trigger) that we may unmap message segments before the last consumer deliver loop has finish writing to the socket, causing a segmentation fault.
We should rethink when we do the unmap. Maybe a fiber waiting for all deliver loops to be done (using a WaitGroup).
The text was updated successfully, but these errors were encountered: