Close server in example
This commit is contained in:
parent
4358ab6c3a
commit
65f38f0ca2
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ client = Client(socket_path)
|
|||
print(client.send({"foo": "bar"}))
|
||||
>>> {"foo": "bar"}
|
||||
|
||||
server.close()s
|
||||
```
|
||||
|
||||
### Pub-Sub
|
||||
|
|
Reference in a new issue