basis-company / nats.php

nats jetstream client for php
116 stars 29 forks source link

[Tests fix]: Add retries for getting of 'num_pending' #58

Closed g41797 closed 6 months ago

g41797 commented 6 months ago

getting value of _num_pending_ immediately after publish may returns wrong value. Added retries for getting of 'num_pending' Existing delays (usleep) in code were not deleted.