Skip to content

Commit

Permalink
Work on README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Volker Christian <me@vchrist.at>
  • Loading branch information
VolkerChristian committed Mar 24, 2024
1 parent 097d4ad commit 7d5e43c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1096,7 +1096,7 @@ SocketClient(SocketContextFactory* socketContextFactory)
SocketClient(const std::function<void(SocketClient::SocketConnection*)>& onConnect,
const std::function<void(SocketClient::SocketConnection*)>& onConnected,
const std::function<void(SocketClient::SocketConnection*)>& onDisconnect,
SocketContextFactory* socketContextFactory)
SocketContextFactory* socketContextFactory)
SocketClient(const std::string& instanceName, SocketContextFactory* socketContextFactory)
Expand Down

0 comments on commit 7d5e43c

Please sign in to comment.