Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Actually - just tried your website and it doesn't work for me. I tried curl -H "Content-Type: application/json" -d '{"message":"hello world"}' https://8ef216dd46.endpoints.dev and nothing happened. Maybe check your logs.


Are you running behind a load balancer on AWS? You might have to increase the idle connection timeout from the default (60 seconds). I use the max 4000s on hopps.io. Sending keep alive's to prevent the socket connection from closing also helps. Not sure if that's your issue, but worth looking into...


oh. you don't have live-updating. Sorry it works then.


Live updating should work - I'll investigate if there's any issues with the websocket api :)


Same, live updating didn't work but a page refresh did. I don't know much about websockets, but FWIW this request is still pending:

    Request URL: wss://ws.endpoints.dev/?token=redacted
    Request Method: GET
    Status Code: 101 Switching Protocols


it's normal for websockets to show as pending in devtools. Check the Messages tab


Fixing the real time update would be my only immediate feedback. Outside of that, this is a pretty nice app


Found the bug! Live updating should be working now


Live updating also not working for me. I do have uMatrix installed but I whitelisted your whole site for each column.


hmm - I can see a few requests have been received & stored for that endpoint.. It could be that your client killed the connection to the websocket api - does refreshing the page show the requests?


Same thing and worked a treat, with live updating... interesting.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: