bayserver-core 2.2.0 → 2.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9553fc51408c4fdcf0cfdab84dedbfe4787dfb635c6d80fb35f8ed8931d45e94
4
- data.tar.gz: 1621adc0afcd182c88d92334c5492573c7832a1d4fdd32ad446e69715546a534
3
+ metadata.gz: eb17be48486a6dab58c78ec9c0bc0a61becb7244eb81bcada99325f455dbc1d1
4
+ data.tar.gz: 51e0d53856a5b4b031a99ef7e4b7b3491478fc9bcddf9faa6302f9cfebd7e368
5
5
  SHA512:
6
- metadata.gz: 9e2f3c03c747fa755ac913a8036afd5269310f1933ff10331d533b778fcf06f0e68003e79bba992d02cb3595264433901bdc9779b4845d4c883832811eb0a208
7
- data.tar.gz: a43916c531db4c6c7a473de166c91079386b6e6ac88071db6eaf2a23cb7637351c97ea7a8cbf8ea96390244775859246faf3cc357bdc4164589b223e18419af7
6
+ metadata.gz: 7ddc27addfc8ad480756621204165b499f0c821029ec9c7b43b74e5571451c948b5e97dd3b01c4992533c20a4d34447bfa23f0c15007e9038b596bd9ad134f61
7
+ data.tar.gz: af83d798092c2def618208cfa5f42a5e0d395ffba6e4c13e28c410034c0a52a17b03b3c6002ddd528c61497efc8a3e537ea2da08e223a9e03dd0ddc2610a2b5e
data/LICENSE.BAYKIT ADDED
@@ -0,0 +1,53 @@
1
+ /*
2
+ * The Baykit Public License, Version 1.1
3
+ *
4
+ * Copyright (c) 2000 The Yokohama Baykit. All rights reserved.
5
+ *
6
+ * This license is based on the Apache Software License 1.1
7
+ * (http://xml.apache.org/LICENSE)
8
+ *
9
+ * Redistribution and use in source and binary forms, with or without
10
+ * modification, are permitted provided that the following conditions
11
+ * are met:
12
+ *
13
+ * 1. Redistributions of source code must retain the above copyright
14
+ * notice, this list of conditions and the following disclaimer.
15
+ *
16
+ * 2. Redistributions in binary form must reproduce the above copyright
17
+ * notice, this list of conditions and the following disclaimer in
18
+ * the documentation and/or other materials provided with the
19
+ * distribution.
20
+ *
21
+ * 3. The end-user documentation included with the redistribution,
22
+ * if any, must include the following acknowledgment:
23
+ * "This product includes software developed by the
24
+ * Yokohama Baykit (http://www.baykit.org/)."
25
+ * Alternately, this acknowledgment may appear in the software itself,
26
+ * if and wherever such third-party acknowledgments normally appear.
27
+ *
28
+ * 4. The name "Baykit" must
29
+ * not be used to endorse or promote products derived from this
30
+ * software without prior written permission. For written
31
+ * permission, please contact xml@baykit.org.
32
+ *
33
+ * 5. Products derived from this software may not be called "Baykit",
34
+ * nor may "Baykit" appear in their name, without prior written
35
+ * permission of the Yokohama Baykit.
36
+ *
37
+ * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
38
+ * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
39
+ * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
40
+ * DISCLAIMED. IN NO EVENT SHALL THE BAYKIT OR
41
+ * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
42
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
43
+ * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
44
+ * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
45
+ * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
46
+ * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
47
+ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
48
+ * SUCH DAMAGE.
49
+ * ====================================================================
50
+ *
51
+ * For more information on the Yokohama Baykit, please see
52
+ * <http://www.baykit.org/>.
53
+ */
data/README.md ADDED
@@ -0,0 +1,2 @@
1
+ BayServer for Ruby
2
+ https://baykit.yokohama/about-bayserver/
@@ -344,6 +344,13 @@ module Baykit
344
344
  ch_state.access
345
345
  end
346
346
 
347
+ def close_all()
348
+ @ch_map.keys().each do |ch|
349
+ st = find_channel_state(ch)
350
+ close_channel(ch, st)
351
+ end
352
+ end
353
+
347
354
 
348
355
  private
349
356
 
@@ -1,7 +1,7 @@
1
1
  module Baykit
2
2
  module BayServer
3
3
  class Version
4
- VERSION='2.2.0'
4
+ VERSION='2.2.1'
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bayserver-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.0
4
+ version: 2.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michisuke-P
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-08-29 00:00:00.000000000 Z
11
+ date: 2023-08-30 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: BayServer core module
14
14
  email: michisukep@gmail.com
@@ -16,6 +16,8 @@ executables: []
16
16
  extensions: []
17
17
  extra_rdoc_files: []
18
18
  files:
19
+ - LICENSE.BAYKIT
20
+ - README.md
19
21
  - lib/baykit/bayserver/agent/accept_handler.rb
20
22
  - lib/baykit/bayserver/agent/channel_listener.rb
21
23
  - lib/baykit/bayserver/agent/command_receiver.rb