-
Notifications
You must be signed in to change notification settings - Fork 152
Open
Labels
Description
Currently we are not persisting anything for tcp connections. There are several things we should do, not detailed in the table below yet:
- we should probably only allow outgoing connections, and maybe even limit the ip/port range
- each operation that communicates with an external host should be persisted
- similarly to the http durability, if we “ran out of replay” and still have a previously open connection, every further operation on that socket should fail