Zero King

Results 114 comments of Zero King

Both `ifconfig` and `ping6` fixes have been committed. Do you have plans for a new release?

> If by "release" you mean as part of the a-Shell app, then it's already out. If by "release" you mean a release of the binary framework for network_ios, then...

The change might have fixed a race condition in HystrixCommandMetrics that could introduce memory leaks. `resetStream()` may be called in parallel with `isOpen()` or `allowRequest()`, occasionally leaking subscriptions with re-subscription...

> > > I want to achieve: when traffic passes through node1 or node2, I want the Traefik on the current node to exclusively handle inbound traffic on that node,...

@manuelbuil I'm not sure what you mean by "get the nodeIP as the externalIP", but the other parts are true. BTW, I'm sending requests to the nodeIP both before and...

> I think the default that Postgrex uses is good, as long as we are very careful about merging defaults with user-provided options in a way that doesn't lead to...

https://github.com/holzschu/ios_system/blob/430d87dd15b42fc321cc256dc394ea93ab256e48/ios_system.m#L3011 4 or more `0x1e` would also trigger this assertion. If we don't have a real-world use case for having `0x1e` in a command, maybe we should consider stripping `0x1e`...

> Release v3.0.3 has this fix incorporated: https://github.com/holzschu/ios_system/releases/tag/v3.0.3 Thanks! Is the release notes incomplete?