lipp / lua-websockets

Websockets for Lua.
http://lipp.github.com/lua-websockets/
MIT License
396 stars 113 forks source link

Fix. Try load `bit` library before `bit32` #67

Closed moteus closed 9 years ago

moteus commented 9 years ago

This is necessary because if you have Lua 5.1 and LuaJIT and you have bit32 library LuaJIT can find this library and will use it instead of builtin one.

lipp commented 9 years ago

due to changes i made a new PR #72