@@ -689,11 +689,11 @@ class NodeConnectionManager {
689689 * This is the internal acquireConnection for using connections without
690690 * authentication. For usage with withF, to acquire a connection. To wait for
691691 * authentication, use {@link acquireConnection}.
692- *
692+ *
693693 * This unique acquire function structure of returning the ResourceAcquire
694694 * itself is such that we can pass targetNodeId as a parameter (as opposed to
695695 * an acquire function with no parameters).
696- *
696+ *
697697 * @param targetNodeId Id of target node to communicate with
698698 * @returns ResourceAcquire Resource API for use in with contexts
699699 */
@@ -763,13 +763,13 @@ class NodeConnectionManager {
763763 * an acquire function with no parameters). It waits for the connection to be
764764 * authenticated, otherwise throws an error. See {@link acquireConnectionInternal}
765765 * to connect to a node without waiting for authentication.
766- *
766+ *
767767 * If a connection exists but is not authenticated, the authentication is
768768 * attempted. Authentication is reattempted if it has failed before but
769769 * another attmept is being made to connect to a node.
770- *
770+ *
771771 * For usage with withF, to acquire a connection.
772- *
772+ *
773773 * @param targetNodeId Id of target node to communicate with
774774 * @param ctx
775775 * @returns ResourceAcquire Resource API for use in with contexts
@@ -1041,7 +1041,7 @@ class NodeConnectionManager {
10411041 * Multiple connections can be added for a single NodeId, but the connection
10421042 * with the 'lowest' `connectionId` will be used. The remaining
10431043 * connections will be left to timeout gracefully.
1044- *
1044+ *
10451045 * @param nodeId The target NodeId to connect to
10461046 * @param nodeConnection The object corresponding to the node connection
10471047 */
@@ -1667,7 +1667,7 @@ class NodeConnectionManager {
16671667 * duplex method. The duplex stream writes messages to a writer and awaits the
16681668 * responses from a reader in real-time. The authentication follows a strict
16691669 * protocol.
1670- *
1670+ *
16711671 * SEND Authentication message
16721672 * RECV Response message (reverse)
16731673 * RECV Authentication message from Node B
0 commit comments