Has anyone seen this error before?
<Warning>: Lua Runtime Error: lua_pcall failed with status: 2, error message is: calling ‘send’ on bad self (udp{connected} expected, got userdata)
It gets thrown right when my app loads, and I first click a button.
I’m pretty sure it has something to do with memory because when I my other corona app, and then rerun, everything seems fine.
Just wondering what it’s actually trying to do here.