Closed inzem77 closed 8 years ago
Is this on windows?
No, it is on linux Description: Ubuntu 14.04.3 LTS Release: 14.04 Codename: trusty
Full error message?
i do not have error. If i use asyncio.get_event_loop() script send post request, if i use QEventLoop script do not send post request. Full script read on http://pastebin.com/aR2JUN2u
you should be doing asyncio.set_event_loop(loop)
(where loop is instance of QEventLoop)
Ui form file http://pastebin.com/SQGKA7E6
it is working! Thank you!
Hello! I am writing Qt web socket chat. I have next code of function:
This function works with loop = asyncio.get_event_loop() but does not works QEventLoop
I am using version aiohttp==0.20.2, asyncio==3.4.3, Quamash==0.5.4, Python3.5