The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.
RE: Lua coroutine
by Tom Spear on Sunday December 4th 2011, 10:58
If it is throwing you out of the server, then it is sending too much data to the server (your coroutine shouldn't be doing that if it is just clearing WTF data).. I would recommend verifying that you don't get kicked off the server when your coroutine is running in WoW under Windows. If so, then you'll have to modify your coroutine (Blizz maybe changed something that your coroutine does, as they often do)..