You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the par! macro forces us to clone the references to the channel where we send the PairingCheck to, like in here. It would be nice to find a more elegant way for this.
The text was updated successfully, but these errors were encountered:
Currently the
par!
macro forces us to clone the references to the channel where we send thePairingCheck
to, like in here. It would be nice to find a more elegant way for this.The text was updated successfully, but these errors were encountered: