bayserver-docker-fcgi 3.3.1 → 3.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 24f20a945372151237990095fdabc5af19d2ecc3ef1cb802bc6577813a8d5b78
|
|
4
|
+
data.tar.gz: c47a25d7b1a8e9dcf6e78f276d460ba4da51395d4fc12178947615ec0b8af30e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c06ce2867fbe81d03b4f5177b62d73bde52428b68097e1b7fceaee7fcb70e9faec16cb57bfbd41c338739307fe8424f065f5dfb65b5106a5189e8ac69360d0b7
|
|
7
|
+
data.tar.gz: f633e25c8e1ab7c059c3796e7c485ac3752e51fc706604a80b6e33d19edcaa1faeed0fc7bf0c09780d528bbe079e595d100aaf93171526eeaac89bbd131f7b1f
|
|
@@ -104,8 +104,8 @@ module Baykit
|
|
|
104
104
|
@protocol_handler.post(cmd, &callback)
|
|
105
105
|
end
|
|
106
106
|
|
|
107
|
-
def send_end_tour(tur,
|
|
108
|
-
BayLog.debug("%s PH:endTour: tur=%s
|
|
107
|
+
def send_end_tour(tur, &callback)
|
|
108
|
+
BayLog.debug("%s PH:endTour: tur=%s", ship, tur)
|
|
109
109
|
|
|
110
110
|
# Send empty stdout command
|
|
111
111
|
cmd = CmdStdOut.new(tur.req.key)
|
|
@@ -123,12 +123,12 @@ module Baykit
|
|
|
123
123
|
|
|
124
124
|
begin
|
|
125
125
|
@protocol_handler.post(cmd) do
|
|
126
|
-
BayLog.debug("%s call back in sendEndTour: tur=%s
|
|
126
|
+
BayLog.debug("%s call back in sendEndTour: tur=%s", self, tur)
|
|
127
127
|
ensure_func.call()
|
|
128
128
|
callback.call()
|
|
129
129
|
end
|
|
130
130
|
rescue IOError => e
|
|
131
|
-
BayLog.debug("%s post failed in sendEndTour: tur=%s
|
|
131
|
+
BayLog.debug("%s post failed in sendEndTour: tur=%s", self, tur)
|
|
132
132
|
ensure_func.call()
|
|
133
133
|
raise e
|
|
134
134
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bayserver-docker-fcgi
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.3.
|
|
4
|
+
version: 3.3.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Michisuke-P
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-02-
|
|
11
|
+
date: 2026-02-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bayserver-core
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - '='
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 3.3.
|
|
19
|
+
version: 3.3.2
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - '='
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 3.3.
|
|
26
|
+
version: 3.3.2
|
|
27
27
|
description: BayServer is one of the high-speed web servers. It operates as a single-threaded,
|
|
28
28
|
asynchronous server, which makes it exceptionally fast. It also supports multi-core
|
|
29
29
|
processors, harnessing the full potential of the CPU's capabilities.
|