Commit a8a7a0d
authored
Fix Python client TCPTransports not being able to close (#390)
* Fix Python client TCPTransports not being able to close
* Shutdown socket before close
* Replace unnecessary private import
---------
Co-authored-by: Thom van der Steenhoven <[email protected]>1 parent 7b7c55f commit a8a7a0d
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
| |||
166 | 168 | | |
167 | 169 | | |
168 | 170 | | |
169 | | - | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
170 | 174 | | |
171 | 175 | | |
172 | 176 | | |
| |||
0 commit comments