Skip to content

Draft: MessageReceiver: don't attempt to reconnect if the error was a 403 Forbidden

Sumner Evans requested to merge dont-reconnect-on-403 into main

This indicates that the user got logged out for some reason, so all the reconnects in the world won't work.

Merge request reports