Structsยง
- WSConnection
- WSConnection represents the final connection of a client/server, after all the steps of establishing a connection have been properly met. This structure will be delivered to the end-user, which contains the reader, which would be used as a stream, for reading all the data that comes in this connection, and the writer, for writing data into the stream.