xmtp / example-notification-server-go

Example push notification server, written in Golang
MIT License
15 stars 8 forks source link

Break out of correct loop #10

Closed neekolas closed 1 year ago

neekolas commented 1 year ago

Summary

I realized that once the notifications listener has an issue with a stream, it will fail indefinitely. Looks like this is related to not resetting the connection.

Also fixes a bug in the query for subscriptions