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
{{ message }}
This repository has been archived by the owner on Apr 27, 2018. It is now read-only.
Hi,
Thanks for the great module!
I am using it in my PS extension, but noticed that after a while, it throws an error:
Uncaught TypeError: Cannot read property 'info' of undefined
If we don't feed the createClient method with a dummy logger.
photoshopConnection.createClient( options, null, { info: function(){} } )
Must be some buffer overflow. I think if it's reached a limit, it tries to log i'ts buffer.
Oliver
The text was updated successfully, but these errors were encountered: