uwiger / gproc

Extended process registry for Erlang
Apache License 2.0
1.07k stars 232 forks source link

Fix issue #172 #178

Closed kpribylov closed 4 years ago

kpribylov commented 4 years ago

Got rid of a mess with 'monitor'/'monitor[s]' tags in the ETS table The only 'monitor' tag is used now and that fixes issue #172 Appropriate unit test added

Note: According to https://docs.travis-ci.com/user/languages/erlang/ Erlang OTP releleases 19.1 and 19.2 aren't supported and should be removed from the Travis configuration file