bugthesystem / FireSharp

An asynchronous cross-platform .Net library for Firebase
The Unlicense
696 stars 147 forks source link

Incorrect Path in ValueAddedEventArgs using Client.OnAsync #62

Open BenjaminHolland opened 8 years ago

BenjaminHolland commented 8 years ago

I have a program that writes a number of objects to the database, and a listener that dumps the path of each change to the database. When the database is "clean", the program functions as expected. (See FirstRun.txt). However, Subsequent runs return a collection of increasingly large, incorrect paths when the current content of the database is enumerated. (See SecondRun.txt). The data in the database is correct.

I'm a little new at this, but this seems like incorrect behavior. FirstRun.txt.txt SecondRun.txt.txt

drasticp commented 8 years ago

I am seeing this as well

4nthonylin commented 8 years ago

Check the comment I left for bug #66

TiagoGouvea commented 7 years ago

I nugget package are not automatically updated?

deebash commented 5 years ago

Does Nuget Package updated? Still I'm having the same issue.