You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,5 +4,5 @@ ZorroWebsocketProxy is a C++ WebSocket prroxy framework initally created for Zor
4
4
## Overview
5
5
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.
6
6
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.
0 commit comments