Re: Can't wrap my head around routing - docs reference & Github issue inside

2017-12-19 Thread SK
*Update: *I feel like I'm getting closer to solving this issue, but still can't understand one thing. If I have my routing file like this: fb_routing = [ route("websocket.connect", consumers.connect_face), route("websocket.receive", consumers.get_face), route("websocket.disconnect", consumers

Can't wrap my head around routing - docs reference & Github issue inside

2017-12-19 Thread SK
Hi, So maybe I'm getting everything wrong, but I'm a little confused with routing. Let's say I want to separate the consumers dealing with messages coming from my domain root: http://domain.com/ and my `/import/` route: http://domain.com/import/ I have my routing as so: fb_routing = [ ro