Alan Steremberg
Alan Steremberg
in: https://github.com/davidmoreno/onion/blob/master/src/onion/websocket.c#L207 `` header[3 + 8 - i] = tlen & 0x0FF; `` I am pretty sure the 3 should be a 1: `` header[1 + 8 - i] =...
It seems like the websockets code (when in single threaded mode) sits inside it's own loop and doesn't service any of the other HTTP requests. Is this correct, or did...
I tried another rom 280zzzap - because I am working through a bug in the FPGA simulation I am working on. When I switched to the 280zzzap rom, it seems...