Noor
Noor
@fscherf i overridden this function to something like this ```python class MyJsonRpc(JsonRpc): def __init__(self): super().__init__() async def handle_websocket_request(self, http_request): http_request.msg_id = 0 http_request.pending = {} # prepare and register websocket...
@fscherf Actually its equivalent to one terabyte but I think u can set it to zero to ignore message size may be On Tue, Oct 20, 2020, 6:09 PM Florian...
@fscherf this error it randomly happens, anyway u mean i replace the previous snippet with this snippet in package source code
@fscherf thanks, it works well
am currently facing this issue with kivy 2.1.0, how did u resolve this bug
@tcalmant thank u for your response , i think let me just clone this project https://github.com/tcalmant/jsonrpclib/tree/protocol_extract
@tcalmant sorry for disturbing u, when u install using pip the protocol_extract branch impl folder is not included in local files
@tcalmant i tried to this from jsonrpclib.impl.aiohttp_impl import AiohttpRequestHandler, AiohttpJsonRpcServer but i got this error AttributeError: module 'jsonrpclib' has no attribute 'config'
@tcalmant i fixed it