On Wed, Nov 20, 2013 at 12:02 PM, Mickey Kawick <[email protected]> wrote: > I am trying to figure out if there is a trick to sending data on a socket > using libevent.
At first glance it appears that you're writing code that uses libevent in a multithreaded way, but you didn't call event_use_windows_threads() before creating your event_base. hth, -- Nick *********************************************************************** To unsubscribe, send an e-mail to [email protected] with unsubscribe libevent-users in the body.
