What do you mean by a bi-directional tcp connectio...
# spicedb
j
What do you mean by a bi-directional tcp connection? All of our clients use grpc, which uses http/2, which is built on top of tcp. As far as I know all tcp connections are bi-directional as they are stream based and not datagram based like UDP.