Skip to content

Commit 4199557

Browse files
authored
Update README.md
1 parent 0cfa5f1 commit 4199557

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ ZorroWebsocketProxy is a C++ WebSocket prroxy framework initally created for Zor
44
## Overview
55
ZorroWebsocketProxy includes two components: a standalone proxy server excutable and a proxy client static library. The proxy server and client communicate with each other through shared memory ring buffers.
66

7-
The proxy server is spawned when the first client trying to open a Websocket connection. The server make sure there is only one server running. If for any reason a second server is launched, it will shut itself down. The proxy server will keeps runing until all client instances are closed.
7+
The proxy server is spawned when the first client trying to open a Websocket. The server makes sure that there is only one server running. If for any reason a second server is launched, it will shut itself down. The proxy server will keeps runing until the last client instances are closed.
88

0 commit comments

Comments
 (0)