Commit 982ee21
committed
Fix "ConnectionAbortedError" error on Windows
ConnectionAbortedError: [WinError 10053] An established connection was aborted by the software in your host machine
sock.sendall(msg)1 parent 610124a commit 982ee21
File tree
1 file changed
+5
-2
lines changed- sdk/python/packages/flet/src/flet
1 file changed
+5
-2
lines changedLines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
162 | | - | |
163 | | - | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
164 | 167 | | |
165 | 168 | | |
166 | 169 | | |
| |||
0 commit comments