Ryan Campo
Ryan Campo
Similar issue here. Completion works for most things but not in specific cases. For example. Im calling an a function using await and there is no autocompletion on the resulting...
Found on the ones that work, base is 'empty base', the ones that dont work base is '.' Then disabling fuzzymatch, this line fails resulting in empty array. https://github.com/prabirshrestha/asyncomplete.vim/blob/9c7651894c2c6d656c0dc71e87cfabbbb71b9c78/autoload/asyncomplete.vim#L474
In addition, what is the correct way to do a graceful restart if Drain deletes the durable? Maybe Flush would be better here. If so, then Durable should not be...
Yes if I restart the application it should pickup where it left off before the restart. The drain would handle anything pending before application exits.
The current behavior would work if nats.Durable meant only the name of the consumer. Perhaps, get rid of Durable and change to nats.Name in v2. Then nats.Durable could be combined...
I suppose that would be ok since a failure would not have had the chance to call Drain. The consumer would not be deleted in this case. What if Drain...
This fixed it for me. Softether server is running on the same machine. https://italchemy.wordpress.com/2021/03/17/vmware-workstation-pro-icmp-dup-errors-on-windows-10-fixed/comment-page-1/
Have the same issue. Im sourcing a a stream from a handful of leaf nodes. Upon restarting the server, after about 10min, I get the all the Internal subscription... took...
Not sure if this helps but I found that running pingu -v removes the routes when sopping it with ctrl+c. However, when I do service pingu start/stop the routes remain.
I have not played with the loud-balance option. Im only wanting pingu to switch between the two if one goes down (will be handled with gateway up/down action in pingu.conf)....