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
If you have both azure-storage-blob and azure-storage-queue installed, you get this warning message:
/usr/local/bundle/gems/azure-storage-blob-1.1.0/lib/azure/storage/blob/blob_service.rb:33: warning: already initialized constant Azure::Storage::StorageService
/usr/local/bundle/gems/azure-storage-queue-1.1.0/lib/azure/storage/queue/queue_service.rb:28: warning: previous definition of StorageService was here
I have version 1.1 installed but I tried with the latest and the same warning message appears
The text was updated successfully, but these errors were encountered:
I believe that the initialization of these constant should be changed to use the ||= operator. This would fix any combinations of multiple gems in a project.
If you have both
azure-storage-blob
andazure-storage-queue
installed, you get this warning message:I have version 1.1 installed but I tried with the latest and the same warning message appears
The text was updated successfully, but these errors were encountered: