You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: support 405 from POST /messages in broadcast fallback (#60)
Problem: a user reports that publishing a message falls because of a 405
error returned from `POST /messages`. The fallback only takes 404 into
account, but a 405 is actually more likely because `GET /messages` exists.
Solution: accept both 404 and 405 as a sign that the node does not
support `POST /messages`.
0 commit comments