ExpiryRegistrationBase.drop

Same as unregister but also removes expirty from list of currently expired registrations. That means it can be called from timeout callbacks, contrary to unregister.

class ExpiryRegistrationBase
bool
drop
()

Return Value

Type: bool

true on success or false if no client was registered.

Meta