chia-blockchain/chia/rpc
Kyle Altendorf 420f9f066b
Avoid exception on shutdown from RpcServer._state_changed() (#9108)
```
2021-11-03T19:09:09.603 full_node chia.rpc.rpc_server     : WARNING  Sending data failed. Exception Traceback (most recent call last):
  File "/farm/chia-blockchain/chia/rpc/rpc_server.py", line 69, in _state_changed
    await self.websocket.send_str(dict_to_json_str(payload))
AttributeError: 'NoneType' object has no attribute 'send_str'
.
```
2021-11-19 11:18:45 -08:00
..
__init__.py git mv src chia 2021-04-04 21:41:39 -07:00
farmer_rpc_api.py Keyring passphrase protection (#7249) 2021-08-04 12:46:55 -07:00
farmer_rpc_client.py farmer|cmds: Improve remote harvester info (#6979) 2021-07-06 20:20:21 -07:00
full_node_rpc_api.py Ms.mempool locking (#9050) 2021-11-04 09:29:05 -07:00
full_node_rpc_client.py Added an RPC for coin records by multiple coin names (#7920) 2021-08-17 10:52:51 -07:00
harvester_rpc_api.py chia|tests: Introduce PlotManager + some plot loading improvements and fixes (#7848) 2021-08-09 10:25:15 -07:00
harvester_rpc_client.py fix type hint of harvester rpc client (#2706) 2021-04-26 01:22:31 -07:00
rpc_client.py DID Update Merge (#8129) 2021-09-07 12:48:41 -07:00
rpc_server.py Avoid exception on shutdown from RpcServer._state_changed() (#9108) 2021-11-19 11:18:45 -08:00
wallet_rpc_api.py Plotnft fees (#9116) 2021-11-04 10:44:36 -07:00
wallet_rpc_client.py Plotnft fees (#9116) 2021-11-04 10:44:36 -07:00