ruby-amqp / hutch

A system for processing messages from RabbitMQ.
https://gocardless.com/blog/hutch-inter-service-communication-with-rabbitmq/
MIT License
855 stars 137 forks source link

Fix $LOAD_PATH error #376

Closed AlexanderMint closed 2 years ago

AlexanderMint commented 2 years ago

Fixes a bug with requiring components.

Example: https://github.com/AlexanderMint/hutch_example_error

If an executable file has paths added to $LOAD_PATH, then the last path added by the user will be removed

michaelklishin commented 2 years ago

Thank you. This makes sense to me.