[refactoring][#1] further split the RenewalRecsystem base class into a new
JSONRPCServerWebsocketClient class that implements the asyncio loops the long name is to make clear that this implements a websocket client, which once connected to the websocket server provides a JSON-RPC server everything in this code is almost completely abstracted from the details of Renewal, allowing this code to be tested independently of the Renewal details
renewal_recsystem/server.py
0 → 100644
Please register or sign in to comment