-
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:emit
is nowClient:send
-
Server:emitToAll
is nowServer:sendToAll
-
Server:emitToAllBut
is nowServer:sendToAllBut
-
- Added new Server:sendToPeer function
- Initial release