status-go/protocol/pushnotificationclient
Andrea Maria Piana b11399ffc6 Use ErrRecordNotFound instead of sql.ErrNoRows
We were checking for the wrong error kind when pulling messages from the
database, which resulted in the code not retrying to pull the message,
giving flaky tests / race condition (that's present in production as
well)
2020-10-08 13:23:00 +02:00
..
migrations Support for basic push notification for mentions 2020-09-09 21:22:13 +02:00
client.go Use ErrRecordNotFound instead of sql.ErrNoRows 2020-10-08 13:23:00 +02:00
client_test.go Support for basic push notification for mentions 2020-09-09 21:22:13 +02:00
persistence.go Support for basic push notification for mentions 2020-09-09 21:22:13 +02:00
persistence_test.go Polish up and address review feedback 2020-07-27 08:51:28 +02:00