Prepare 0.8.11
This commit is contained in:
parent
d1e314a48b
commit
89d83349e1
@ -1,3 +1,9 @@
|
||||
version 0.8.11
|
||||
--------------
|
||||
|
||||
- catch harmless socket exception
|
||||
- show session count in groups RPC call
|
||||
|
||||
version 0.8.10
|
||||
--------------
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
@ -1 +1 @@
|
||||
VERSION = "ElectrumX 0.8.10"
|
||||
VERSION = "ElectrumX 0.8.11"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user