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
Hi,
libsmb2 currently does not support negotiating leases with samba servers, nor does it support initiating notify listening events and receiving or parsing notify messages. We hope to add support in this area
The text was updated successfully, but these errors were encountered:
Sounds good.
I would suggest you start with adding the low level SMB2 function calls to do this.
Then to surface this to applications.... There is no posix interface for this but I feel like having a layer that mimics the linux inotify interface would work well here. Try to do that.
libsmb2 is not thread-safe at the moment so you may want to limit its use to only be available for the async interface.
Hi,
libsmb2 currently does not support negotiating leases with samba servers, nor does it support initiating notify listening events and receiving or parsing notify messages. We hope to add support in this area
The text was updated successfully, but these errors were encountered: