archive
/
ipc-unix
Archived
1
Fork 0

Close server in example

This commit is contained in:
Jake Howard 2018-12-08 16:23:41 +00:00
parent 4358ab6c3a
commit 65f38f0ca2
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ client = Client(socket_path)
print(client.send({"foo": "bar"}))
>>> {"foo": "bar"}
server.close()s
```
### Pub-Sub