You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all,
I've been trying to follow the tutorial found here: http://micha.gd/realtimestream/ .
I am using libevent-1.4.14 . I get to the point in the tutorial where I issue this command:
Hi all,
I've been trying to follow the tutorial found here: http://micha.gd/realtimestream/ .
I am using libevent-1.4.14 . I get to the point in the tutorial where I issue this command:
%> ps_to_http --destination-get-url="http://127.0.0.1:8081/put?data=%s" --pubsub-url="http://127.0.0.1:8080/sub?multipart=0"
It works fine for a few minutes [pub/ sub/ requests ] but the it dies with this error:
ERROR: request failed
Any ideas what I might be doing wrong?