Gomez
Results
2
issues of
Gomez
I currently have this cdq setup from the wiki to support a persistent background thread ``` ruby 1. cdq.contexts.push(:root) 2. cdq.contexts.push(:main) 3. cdq.contexts.push(:private, named: :network) 4. 5. cdq.contexts.on(:network) do |network_context|...
So I keep getting random crashes when importing data using `cdq` and `magicalrecord`. `MagicalRecord` imports the data without any problems but then the app randomly crashes on this line https://github.com/infinitered/cdq/blob/master/motion/cdq/relationship_query.rb#L60....