moccu / django-omnibus

django-omnibus is a Django library which helps to create websocket-based connections between a browser and a server to deliver messages.
BSD 3-Clause "New" or "Revised" License
70 stars 14 forks source link

Cant get the messages send by server #16

Closed JasonNew closed 10 years ago

JasonNew commented 10 years ago

Hi. I get a problem here. The 'python manage.py omnibusd' process can get messages send by Web page. But cant get messages from 'python manage.py test' ,ie the server side. I'm just running a very simple example in the same machine. Here 's the django code

qq20140723215811

Really simple. and I run it.Here is the result. qq20140723215908

But the 'python manage.py omnibusd' process get nothing showed. And if i send message from frontend, it can get messages shown.

Any idea why this happens? PS. I'm using windows 8 64bit. Could this be a problem?

JasonNew commented 10 years ago

PS. I tried it on centos. still not working

JasonNew commented 10 years ago

it's the same with issue #8 . And the author is working on the fix. A workaround will be found in issue #8 . I'll close this issue.