Commit 480e774
committed
Merge #150: Make it possible to explicitly close RPC connection
1ea9661 make it possible to explicitly close connection (Simon Mulser)
4df1bbb fix PEP8 too many blank lines (Simon Mulser)
Pull request description:
So far it is not possible to close a connection. you need to hope that GC does it or access `__connection` over the `__dict__` variable.
This PR let the proxy expose a proper `close()` function.
Tree-SHA512: 721c4bd250549264ec54b3a2f8c333dcd55ed90cfc9ff7e8720c2243ada3639785889e52adc6a2fdf4b5c670bc54e3c127b57b04215cc119d419e797941075981 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
200 | | - | |
201 | 200 | | |
202 | 201 | | |
203 | 202 | | |
| |||
226 | 225 | | |
227 | 226 | | |
228 | 227 | | |
229 | | - | |
230 | 228 | | |
231 | 229 | | |
232 | 230 | | |
| |||
251 | 249 | | |
252 | 250 | | |
253 | 251 | | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
254 | 256 | | |
255 | 257 | | |
256 | 258 | | |
| |||
0 commit comments