tailhook / zerogw

A fast HTTP/WebSocket to zeromq gateway (UNMAINTAINED, take a look at swindon web server instead)
http://zerogw.com
MIT License
250 stars 27 forks source link

Error in docker container, If send a response to the browser (Can't send a message, started queueing ) #37

Open diconart opened 7 years ago

diconart commented 7 years ago

CONTAINER LOGS [WARN] log.c:124: Can't open logfile. Continuing writing to stdout [WARN] disk.c:593: 4 disk threads ready [WARN] websocket.c:157: Can't send a message, started queueing

tailhook commented 7 years ago

This message means no backends connected yet (or all of them have pushback applied, i.e. don't read messages fast enough)

diconart commented 7 years ago

Thanks but what do you need to do to fix it?

tailhook commented 7 years ago

Well, start some backend server and connect to zerogw. There are few backend servers in the examples directory.