donotturnoff / aerend

My third year project
0 stars 0 forks source link

Set `ctx->err` on invalid code in `ae_recv_event`? #175

Open donotturnoff opened 2 years ago

donotturnoff commented 2 years ago

If the received code in ae_recv_event is not an event code, it might be good to set ctx->err to indicate this. This should be dealt with when #133 is solved.