Minor changes are by default collapsed in the page history.
No changes
The page does not exist yet.
Failed to load changes
Version by on
Leave Collaboration
Are you sure you want to leave the realtime collaboration and continue editing alone? The changes you save while editing alone will lead to merge conflicts with the changes auto-saved by the realtime editing session.
socketWrite
socketWrite status
socketWrite (socketId, data)
Writes the data as a UTF-8 string to the TCP/IP socket referenced by socketId.
Parameters:
socketId - The socket identifier returned from socketOpen.
data - A string with the data to write.
Returns:
True if data was written successfully, false otherwise.