Charlie Stanley

Results 10 comments of Charlie Stanley

That was not the behavior I was observing. When using MultiprocessFTPServer, FTP connections that were not closed by the client (dropped by the AWS firewall) stayed in 'ESTABLISHED' state indefinitely,...

These were control connections, not data connections, if that makes any difference.

Has there been any proposals for what the s2n API for KTLS would be? For me two possibilities come to mind: ## Expose kTLS Socket We could add a s2n_handshake_ktls()...

We should use https://github.com/dapr/cli/issues/741 to build this.

So the publish_event function is fully asyncronous and returns a future that can be await'd on. In general the pattern goes: Create a batch of messages, and save their futures...

> There's also the [Gnome Keyring](https://wiki.gnome.org/Projects/GnomeKeyring/) for Linux desktops. Ideally, these would be separate components (a Windows Credential Manager component, a macOS KeyChain component, and -- hopefully -- a Gnome...

> We can point users to use Consul in self hosted mode. > > Alternatively, if we find another cross machine self discovery mechanism that doesnt involve an external agent...

Could we have a local resolver component that is just a flat file in ~/.dapr/ ?

Alternatively, we could do whatever `dapr list` is doing.