Skip to content

Commit

Permalink
fix: tcp handshake
Browse files Browse the repository at this point in the history
  • Loading branch information
Yeuoly committed Sep 3, 2024
1 parent 53b0d9f commit 7c0f8a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/core/plugin_manager/remote_manager/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,9 @@ func TestAcceptConnection(t *testing.T) {
conn.Write([]byte("\n"))
conn.Write(handle_shake_message)
conn.Write([]byte("\n"))
conn.Write([]byte("[]\n"))
conn.Write([]byte("[]\n"))
conn.Write([]byte("[]\n"))
closed_chan := make(chan bool)

msg := ""
Expand Down

0 comments on commit 7c0f8a8

Please sign in to comment.