Subject: | Stupid: Failure on multiple sends |
Unfortunately, version 0.0.1 has a stupid mistake in it which means that
an instance of SMS::AQL will only send 4 messages (one per AQL gateway
server listed) - subsequent send attempts will fail with "NOSERVERS".
D'oh! Utter stupidity here:
# try the request to each sever in turn, stop as soon as one succeeds.
while (my $server = shift @{$self->{servers}})
{
.... oh dear.
Will fix shortly and release 0.02.