mojolicious / mojo-pg

Mojolicious :heart: PostgreSQL
https://metacpan.org/release/Mojo-Pg
Artistic License 2.0
99 stars 46 forks source link

minor fix: allow callbacks to call ->listen, ->unlisten #48

Closed pipcet closed 6 years ago

pipcet commented 6 years ago

Summary

Minor fix for #47

Motivation

It is confusing that callbacks currently aren't allowed to unregister themselves, or register new callbacks.

References

47