Prepare 0.8.11

This commit is contained in:
Neil Booth 2016-12-10 11:08:44 +09:00
parent d1e314a48b
commit 89d83349e1
3 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
version 0.8.11
--------------
- catch harmless socket exception
- show session count in groups RPC call
version 0.8.10
--------------

View File

@ -471,6 +471,7 @@ class ServerManager(util.LoggedClass):
await asyncio.sleep(2)
self.logger.info('{:,d} sessions remaining'
.format(len(self.sessions)))
await asyncio.sleep(1)
def add_session(self, session):
# Some connections are acknowledged after the servers are closed

View File

@ -1 +1 @@
VERSION = "ElectrumX 0.8.10"
VERSION = "ElectrumX 0.8.11"