i try server push, but just server can publish new message. i have a
bucle ( for ), when i call function.
client.publish(channnel, data)
publish my message, but my bucle FOR, finish....
for example i want publish 10 from 100 message, from json.
i write a bucle ( for ), for read all 100 message, when some message
have a particular feature, call the "client.publish()" function. but
my bucle for end when this function its called.