Re: Printing to console from async method inside django channels

2018-03-09 Thread Chris Barry
; On Thu, Mar 8, 2018 at 8:17 PM, Chris Barry > wrote: > >> I'm trying to print inside these methods in from this example in django >> channels: >> >> >> https://github.com/andrewgodwin/channels-examples/blob/master/multichat/chat/consumers.py >> >

Printing to console from async method inside django channels

2018-03-08 Thread Chris Barry
I'm trying to print inside these methods in from this example in django channels: https://github.com/andrewgodwin/channels-examples/blob/master/multichat/chat/consumers.py But nothing is coming through to the console. I haven't worked with python Async before, so I'm not sure if I'm doing some