mumble-voip / mumblekit

Objective-C-based Mumble client framework for iOS and Mac OS X
http://mumble-voip.github.com/mumblekit/
BSD 3-Clause "New" or "Revised" License
154 stars 70 forks source link

UDP ping fails to send #33

Open jnordberg opened 9 years ago

jnordberg commented 9 years ago

After connecting to a server I see this error message every 5 seconds:

MKConnection: CFSocketSendData failed with err=-1

It seems to be some problem with sending the UDP ping. Mumble on OS X pings the server fine so I think the problem is specific to mumble kit.

jnordberg commented 9 years ago

Noticed now that this only happens on the simulator, when running on the device it works.