diff options
author | yuuji.yaginuma <yuuji.yaginuma@gmail.com> | 2018-10-18 12:49:17 +0900 |
---|---|---|
committer | yuuji.yaginuma <yuuji.yaginuma@gmail.com> | 2018-10-19 12:38:21 +0900 |
commit | 7eba11373c8e986516a848aa08ec21ac8ca592db (patch) | |
tree | bfa536a4fec05a6035bc83accebf4d39f1b7705b /.yardopts | |
parent | 9757c84efefadb57bde18d4b9ee8555ae5b24ccd (diff) | |
download | rails-7eba11373c8e986516a848aa08ec21ac8ca592db.tar.gz rails-7eba11373c8e986516a848aa08ec21ac8ca592db.tar.bz2 rails-7eba11373c8e986516a848aa08ec21ac8ca592db.zip |
Remove an extra `@mutex.synchronize`
Since `@mutex.synchronize` is enforced in the `ensure_connection!` method,
there is no need to do so on the caller side.
https://github.com/jondot/sneakers/blob/c1b47f9c5d5a95da728bbe1700795790e4efbb12/lib/sneakers/publisher.rb#L22-L26
Due to this, `ThreadError(deadlock; recursive locking)` has occurred.
Diffstat (limited to '.yardopts')
0 files changed, 0 insertions, 0 deletions