lipp / lua-websockets

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

Added support for multiple websocket subprotocols #58

Closed KSDaemon closed 9 years ago

KSDaemon commented 9 years ago

Hi! I've faced a problem, that i cannot specify more that one websocket subprotocol. I've fixed that without breaking API. So you can specify nil, string or arrray of strings.

lipp commented 9 years ago

THX!