[Freeswitch-users] problems with eventsocket (win32)

Michael Jerris mike at jerris.com
Thu Jun 19 10:26:52 PDT 2008


I believe it does, we should re-try the send in this case.  Can you  
file a bug for this on jira (with a patch would make it even better :D )


On Jun 19, 2008, at 12:43 PM, Jonas Gauffin wrote:

> Hello
>
> I got some problems with the event socket, I do not receive all  
> events.
> I've confirmed this by adding logs to mod_event_socket (line 548):
>
> switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "Sending
> event: %s\n", switch_event_get_header(pevent, "Event-Name"));
> len = strlen(listener->ebuf);
> ret = switch_socket_send(listener->sock, listener->ebuf, &len);
> if (ret != SWITCH_STATUS_SUCCESS) {
>  switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "Failed to
> send event: %d\n", ret);
> }
>
> I get "Failed to send event: 730035".
>
> A wild guess is that 730035 corresponds to winsock error  
> WSAEWOULDBLOCK (10035).
>
> My problem, or freeswitch's?
>
> //Jonas
>
> _______________________________________________
> Freeswitch-users mailing list
> Freeswitch-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org





More information about the FreeSWITCH-users mailing list