Hi,
Just a quick question, I am using lua-resty-websocket to create a websocket server, which spawns multiple light-threads to which I pass the socket I get from resty.websocket.server:new(), they are all write only, and only the main thread is reading form the socket. Now do I need a lock or semaphore before wb:send_binary() etc.?