Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 5e167fd

Browse files
The to now rescue errors. Fixes #18
1 parent 77e05e3 commit 5e167fd

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

‎CHANGELOG.md‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [1.1.4] - 2024年06月09日
2+
3+
### Changed
4+
5+
- The `LambdaPunch.start_server!` to now rescue `Errno::EADDRINUSE` errors.
6+
17
## [1.1.3] - 2023年04月22日
28

39
### Added

‎lib/lambda_punch/server.rb‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ def start!
2020
def initialize
2121
@queue = Queue.new
2222
DRb.start_service self.class.uri, @queue
23+
rescue Errno::EADDRINUSE
2324
end
2425

2526
end

‎lib/lambda_punch/version.rb‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module LambdaPunch
2-
VERSION = "1.1.3"
2+
VERSION = "1.1.4"
33
end

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /