Skip to content

Listen custom socket cl

Nicolas Marsic requested to merge listenCustomSocketCL into master

Proposal for specifying the socket name when using the -listen option. For instance

gmsh -listen localhost:4242

The first commit (172ace8c) implements this and the second one (2f32abea) updates the doc.

Furthermore, when specifying a socket name (either with the new approach or with Solver.SocketName) the string of the final socket (so the one which is listened to) is appended with _client->getId(). Could it be a bug, or did I miss something? If that's indeed a bug, a fix is proposed in commit edee91af.

Last but not least, commit 14da4fb9 merges with master to be sure I'm up to date :).

Merge request reports