Matt-and-Gib/gleemail

Asynchronous Downloads

Opened this issue · 0 comments

Blocked: udp.parsePacket destroys HTTPS response BODY (but not header). One possible solution would be to bypass parsePacket and handle incoming network parsing ourselves in main, routing messages of particular types to appropriate queues for processing. This may increase per-frame processing time, and could be very complicated.