UPdate
This commit is contained in:
parent
7bea4f3e0e
commit
206c5e5114
@ -52,7 +52,7 @@ class RPC:
|
||||
self.ws = ws
|
||||
self.current_call_id = None
|
||||
self.queue = asyncio.Queue()
|
||||
self.semaphore = asyncio.Semaphore(1)
|
||||
self.semaphore = asyncio.Semaphore(3)
|
||||
|
||||
def __getattr__(self, name):
|
||||
async def method(*args, **kwargs):
|
||||
|
Loading…
Reference in New Issue
Block a user