Occ files_external:notify doesn’t work with SMB2

Hi
I just wander if somebody could help me or at least confirm if the notify for SMB is or is not compatible with SMB2.

Steps to reproduce

  1. Add external shared folder sitting on the Windows Server 2012 with SMB1 enabled for AD users in Nextcloud - added successfully and users have access to the folder. Run “sudo -u www-data php /var/www/nextcloud/occ files_external:notify -u domin/user -p password” and the notify is working fine.
  2. Disable SMB2 on the windows server, add “client min protocol = SMB2” and “client max protocol = SMB3” to smb.conf and Nextcloud users have access to the shared folder
  3. run sudo -u www-data php /var/www/nextcloud/occ files_external:notify -u domin/user -p password

Expected behaviour

sudo -u www-data php /var/www/nextcloud/occ files_external:notify -u domin/user -p password will work

Actual behaviour

Error message:
[Icewind\SMB\Exception\RevisionMismatchException]
Notify is not supported with the used smb version

Server configuration

Operating system :
Ubunu 16.04
Web server:
Apache 2
Database:
MySQL
PHP version:
7.0.30
Nextcloud version: (see Nextcloud admin page)
13.0.4
Updated from an older Nextcloud/ownCloud or fresh install:
updated from 13.0.0 Beta
Where did you install Nextcloud from:
https://download.nextcloud.com

See here