|
Client<->glacier2 connections are always bi-directional. You can't even make them unidirectional. In contrast to setting up bi-directional connections manually, this all happens automatically with Glacier.
However, code that attempts to manually set up a bi-directional connection between a client and a server won't work, because with Glacier there is no direct connection between a client and a server.
|