Skip to content
Cameron McHenry edited this page Dec 17, 2016 · 6 revisions

Welcome to the sock.lua wiki!

Changelog

0.2.0

  • Added custom serialization support
  • Changed all 'emit' functions to 'send'
    • Client:emit is now Client:send
    • Server:emitToAll is now Server:sendToAll
    • Server:emitToAllBut is now Server:sendToAllBut
  • Added new 'Server:sendToPeer' function

0.1.0

  • Initial release
Clone this wiki locally