<FromGitter>
<robacarp> @sdzyba the trick is that the compiler doesn’t know that halt! Does what it does
<FromGitter>
<robacarp> I typically do `return halt! 404` and that works
_whitelogger has joined #amber
<FromGitter>
<sdzyba> @robacarp thanks
_whitelogger has joined #amber
<FromGitter>
<valamorgon> is it logical to send images through websocket if client is already connected to websocket? or should I notify client that there is a new image that he should fetch, and he will fetch it seperately?
<robacarp>
I tend to favor using websockets for signaling only, and resource fetching to be done over rest