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, vosck device implements a mechanism of registering device events after the device activation. net and block devices are registering the device events at creation time, which entail handling of device events when the device is not ready to do so.
We need the natural way of handling events, just after the device has been activated. Align net and block devices with the vsock implementation.
The text was updated successfully, but these errors were encountered:
Currently,
vosck
device implements a mechanism of registering device events after the device activation.net
andblock
devices are registering the device events at creation time, which entail handling of device events when the device is not ready to do so.We need the natural way of handling events, just after the device has been activated. Align
net
andblock
devices with thevsock
implementation.The text was updated successfully, but these errors were encountered: