grossmj
|
6dc58b28fd
|
Some adjustments with compute WebSocket handling. Ref https://github.com/GNS3/gns3-server/issues/1564
|
2019-04-14 16:48:12 +07:00 |
|
grossmj
|
a896346c77
|
Fix issue with notification queue that prevented to properly close projects. Fix #1493
|
2019-01-12 16:02:36 +07:00 |
|
grossmj
|
f76b329cba
|
Fix ConnectionResetError issues and switch to aiohttp version 3.4.4. Fixes #1474.
|
2018-12-03 19:14:22 +08:00 |
|
grossmj
|
ab8dc52ece
|
Fix tests to work with new version of aiohttp (>= 3.0)
|
2018-10-17 17:32:10 +07:00 |
|
grossmj
|
86f87aec74
|
Fix installation with Python 3.7. Fixes #1414.
Fix deprecated use of aiohttp.Timeout. Fixes #1296.
Use "async with" with aiohttp.ClientSession().
Make sure websocket connections are properly closed, see https://docs.aiohttp.org/en/stable/web_advanced.html#graceful-shutdown
Finish to drop Python 3.4.
|
2018-10-16 15:56:06 +07:00 |
|
grossmj
|
76af98404a
|
Drop Python 3.4 and switch to async / await syntax for asyncio. Fixes #1425
|
2018-10-15 17:05:49 +07:00 |
|
grossmj
|
ef4db112f1
|
Fix typo.
|
2018-08-29 17:27:24 +07:00 |
|
grossmj
|
7f72b90b0e
|
The server has now 2 notification streams
* A new one for controller related events (compute, appliance templates etc.)
* The existing one for project related events (links, nodes etc.)
|
2018-08-16 21:31:57 +07:00 |
|