labrad / pylabrad

python interface for labrad
51 stars 31 forks source link

connectAsync default name #304

Closed creilly closed 7 years ago

creilly commented 7 years ago

If you do not supply a value for the name parameter in connectAsync, it will pass None as the name parameter to getConnection. This will cause p.loginClient(name) to fail with an invalid identification error.