You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Split the write_data routine into 2 separate. The first part creates the buffer, and the second calls tc_write. This change will allow us to unit test the creation of the buffer without having to write to a socket.
The text was updated successfully, but these errors were encountered:
Split the write_data routine into 2 separate. The first part creates the buffer, and the second calls tc_write. This change will allow us to unit test the creation of the buffer without having to write to a socket.
The text was updated successfully, but these errors were encountered: