Skip to content

Commit a87f06f

Browse files
committed
Small client/server fixes. Server should still respond when client does not supply id. Client should break on successful connection
1 parent a8f8cef commit a87f06f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bap.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@ def __init__(self, server={}):
248248
try:
249249
self.capabilities = self.call({'init' : {
250250
'version' : '0.1'}}).next()['capabilities']
251+
break
251252
except Exception:
252253
if attempt + 1 == RETRIES:
253254
raise

0 commit comments

Comments
 (0)