UDPSocketActor[optional UDP: UDPBackend ref]¶
The actor trait a UDP socket actor implements. Provide _socket() returning
the UDPSocket the actor owns; the behaviors here deliver ASIO events and
resumed reads to it. Implement this together with
UDPLifecycleEventReceiver for the socket callbacks.
Implements¶
- AsioEventNotify tag
Public Behaviours¶
dispose¶
Close the socket.