cabol / erlbus

Simple, Distributed and Scalable PubSub Message Bus written in Erlang

Home Page:https://hexdocs.pm/erlbus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compatibility with OTP 24

ssantaaa47 opened this issue · comments

I am not able to compile erlbus with OTP 24 since PG2 module is deprecated in OTP 23 and removed in OTP 24 and replaced with PG module...

Yeah, it is necessary to provide an abstraction for pg2 and pg modules and use them depending on the OTP version. I will check it out and try to push a fix soon. Thanks!!