runar-rkmedia / gotally

0 stars 1 forks source link

Syncronization issues, blocking in generators and/or solvers #23

Open runar-rkmedia opened 1 year ago

runar-rkmedia commented 1 year ago

Especially the generators seem to have some issues with blocked channels, which causes deadlocked go-routines.

Solving these with non blocking sends seems to have removed the issue, but the tests highlight that the behavior is not as intended. The tests highlight this in f2918192fd0def005883ce671c18a1bd1f5132f1

For now, this was simply hacked back to the old behavior by overriding the functionality of send.