December 2015
Intermediate to advanced
292 pages
6h 16m
English
The intent of this section is to demonstrate how buffers and channels work together in more depth. We will use client and server applications that pass messages back and forth. Specifically, we will create a simple version of a chat server.
We will perform the following actions:
First, we will demonstrate using a fixed size message using the sendFixedLengthMessage and receiveFixedLengthMessage methods. Then we will use the sendMessage and receiveMessage methods to handle variable length messages. Fixed length messages are easier to handle but will not work if the length of a message exceeds the size ...
Read now
Unlock full access