- 03 Apr, 2013 1 commit
-
-
Michal 'vorner' Vaner authored
This should solve the race condition when the socket file is created, but connect to it does not work yet, because listen() was not called on it yet. Really connecting ensures it is possible to connect.
-
- 15 Mar, 2013 1 commit
-
-
Michal 'vorner' Vaner authored
Place the socket higher in the hierarchy (to the top-level build directory) to have a shorter path.
-
- 13 Mar, 2013 1 commit
-
-
Michal 'vorner' Vaner authored
It should be more reliable to ensure all messages arrived.
-
- 12 Mar, 2013 1 commit
-
-
Michal 'vorner' Vaner authored
The success cases of sending, receiving, subscribing, etc.
-
- 11 Mar, 2013 1 commit
-
-
Michal 'vorner' Vaner authored
Provide a test suite to launch and stop msgq from tests as separate process. It'll be used to test it works correctly, by connecting to it from the tests.
-