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
I'm using this library in a multithreaded environment. When a new request arrives I add a new thread in a Thread pool. I managed to write from here using evbuffer_add.
I managed to do something by setting userdata. and at every event I check the content to know if I should return AD_CLOSE.
Is there a better way to do this ?
Thanks a lot
The text was updated successfully, but these errors were encountered:
returning AD_CLOSE is the right way to do it.
About SEGSEV, I have no clue where it happens unless I see the code but core dump might help you to identify the issue.
Hello,
I'm using this library in a multithreaded environment. When a new request arrives I add a new thread in a Thread pool. I managed to write from here using
evbuffer_add
.I managed to do something by setting userdata. and at every event I check the content to know if I should return AD_CLOSE.
Is there a better way to do this ?
Thanks a lot
The text was updated successfully, but these errors were encountered: