kore

Kore is a web application platform for writing scalable, concurrent web based processes in C or Python.
Commits | Files | Refs | README | LICENSE | git clone https://git.kore.io/kore.git

commit 3a283cd05cbdafb52040c8d1a048f678d6d7e13c
parent 5487950f6381f9c3476af7d674ada2b54eb98cc8
Author: Joris Vink <joris@coders.se>
Date:   Tue, 24 Apr 2018 20:11:48 +0200

let KORE_MSG_WORKER_ALL include sender.

Diffstat:
src/msg.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/msg.c b/src/msg.c @@ -181,8 +181,6 @@ msg_recv_data(struct netbuf *nb) if (worker == NULL && type == NULL) { destination = msg->dst; TAILQ_FOREACH(c, &connections, list) { - if (c == nb->owner) - continue; if (c->proto != CONN_PROTO_MSG || c->hdlr_extra == NULL) continue;