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
If subscribing to multiple tables, and any of the subscribed tables does not have publication turned on, the subscription to all tables will fail, with no error being thrown.
To Reproduce
If I have two tables, cats and dogs, and I have only added cats to the publication, then do something like:
Bug report
If subscribing to multiple tables, and any of the subscribed tables does not have publication turned on, the subscription to all tables will fail, with no error being thrown.
To Reproduce
If I have two tables,
cats
anddogs
, and I have only addedcats
to the publication, then do something like:...then no subscription events will be fired, regardless of whether the
cats
ordogs
table has been updated.No error is provided to indicate that the subscription has failed.
The text was updated successfully, but these errors were encountered: