Skip to content

Commit

Permalink
Renamed RX_CELL from server to receiver
Browse files Browse the repository at this point in the history
  • Loading branch information
nvidianz committed Nov 27, 2024
1 parent f4af676 commit 17da566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvflare/fuel/f3/streaming/tools/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
TEST_CHANNEL = "stream"
TEST_TOPIC = "test"
TX_CELL = "sender"
RX_CELL = "server"
RX_CELL = "receiver"


def make_buffer(size: int) -> bytearray:
Expand Down

0 comments on commit 17da566

Please sign in to comment.