fmalcher/soundcraft-ui

Return connection state for connect/disconnect

fmalcher opened this issue · 1 comments

The connect and disconnect methods should return a promise that reflects the connection state.
An Observable would be more aligned with the rest of the lib, but: a Promise has more of a "fire and forget" character and doesnt have to be subscribed to.

resolved in 83e84bb