- 
                Notifications
    You must be signed in to change notification settings 
- Fork 7
Home
        Cameron McHenry edited this page Feb 3, 2017 
        ·
        6 revisions
      
    Welcome to the sock.lua wiki!
- Fixed bitser not being required using relative location
- Added custom serialization support
- Added Client:setSerialization
- Added Server:setSerialization
 
- Changed all 'emit' functions to 'send'
- 
Client:emitis nowClient:send
- 
Server:emitToAllis nowServer:sendToAll
- 
Server:emitToAllButis nowServer:sendToAllBut
 
- 
- Added new Server:sendToPeer function
- Initial release