We have the events connection, pre-disconnection and disconnection.
Is it planned to give a user a way to add custom / more advanced types of events?
I think of events such as:
*A message / data packet with specific content received, treat it elsewhere different from everything else.
- TCP connection still persists, but the last data packet received was some time ago, treat this case, e.g. with sending a "ping" (and hopefully receiving a "pong").
- Connection to other side lost (as a special case of disconection).
We have the events connection, pre-disconnection and disconnection.
Is it planned to give a user a way to add custom / more advanced types of events?
I think of events such as:
*A message / data packet with specific content received, treat it elsewhere different from everything else.