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
With upcoming changes to canal, it was found that canal:req_type/2 and canal:req_origin/2 are very brittle to changes to the req() tuple type. Those functions would be better if req() was a record instead.
With upcoming changes to canal, it was found that
canal:req_type/2andcanal:req_origin/2are very brittle to changes to thereq()tuple type. Those functions would be better ifreq()was a record instead.