Right now if one looks at the integration tests inside say tests/connected_socket/mod.rs, there is a duplication of code for creating client socket and accepting on listener socket. Similar opportunities exist in other integration tests. As a first step, it's a good idea to identify such refactoring improvements and a second step would be to fix those.
Right now if one looks at the integration tests inside say tests/connected_socket/mod.rs, there is a duplication of code for creating client socket and accepting on listener socket. Similar opportunities exist in other integration tests. As a first step, it's a good idea to identify such refactoring improvements and a second step would be to fix those.