unlock networking limits

This commit is contained in:
Victor Shyba 2018-10-17 14:05:47 -03:00 committed by Lex Berezhny
parent a8f8ff30a2
commit 9fed3fce3e

View file

@ -16,6 +16,7 @@ class ClientSession(BaseClientSession):
super().__init__(*args, **kwargs)
self._on_disconnect_controller = StreamController()
self.on_disconnected = self._on_disconnect_controller.stream
self.bw_limit = self.framer.max_size = self.max_errors = 1 << 32
async def handle_request(self, request):
controller = self.network.subscription_controllers[request.method]