odissey: update machinarium

This commit is contained in:
Dmitry Simonenko 2018-02-19 15:43:22 +03:00
parent 9d944b51f4
commit c29197a838
3 changed files with 3 additions and 3 deletions

View File

@ -100,7 +100,7 @@ od_pooler_server(void *arg)
{
machine_io_t *client_io;
rc = machine_accept(server_io, &client_io,
server->scheme->backlog, UINT32_MAX);
server->scheme->backlog, 1, UINT32_MAX);
if (rc == -1) {
od_error(&instance->logger, "server", NULL, NULL,
"accept failed: %s",

View File

@ -444,7 +444,7 @@ od_router(void *arg)
case OD_MROUTER_CANCEL:
{
/* match server by client key and initiate
* cancel request connection */
cancel request connection */
od_msgrouter_t *msg_cancel;
msg_cancel = machine_msg_get_data(msg);
int rc;

@ -1 +1 @@
Subproject commit dfb7963b4da4a0908c18dda0c83e717dbb097ecd
Subproject commit a7f3c6ebe6682f9cdf2d838805cb7900d6e743fc