Open Sadrak opened 4 years ago
https://github.com/Leont/anyevent-handle-udp/blob/37fa0a006b6c678db8c74414ea01a5187280f25c/lib/AnyEvent/Handle/UDP.pm#L103
$self->_error->(...)
The second -> is wrong, so timeouts are not working: Can't use an undefined value as a subroutine reference at /path/to/AnyEvent/Handle/UDP.pm line 103.
->
Should be fixed in the PR now
https://github.com/Leont/anyevent-handle-udp/blob/37fa0a006b6c678db8c74414ea01a5187280f25c/lib/AnyEvent/Handle/UDP.pm#L103
$self->_error->(...)
The second
->
is wrong, so timeouts are not working: Can't use an undefined value as a subroutine reference at /path/to/AnyEvent/Handle/UDP.pm line 103.