Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Owo Sugiana
/
opensipkd-iso8583
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 8c791571
authored
Jul 18, 2026
by
Owo Sugiana
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Bisa banyak koneksi untuk sebuah IP:port
1 parent
98389f0c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
6 deletions
CHANGES.txt
opensipkd/tcp/connection.py
pyproject.toml
CHANGES.txt
View file @
8c79157
0.3 2026-07-18
--------------
- Dalam sebuah IP:PORT bisa lebih dari 1 koneksi. Sebelumnya akan memutus
koneksi lama bila ada yang baru.
0.2.2 2025-03-14
----------------
- Tidak perlu lagi didahului dengan memasang ebcdic. Dengan menyertakannya di
...
...
opensipkd/tcp/connection.py
View file @
8c79157
...
...
@@ -168,10 +168,6 @@ class ConnectionManager:
ip_port
=
join_ip_port
(
conn
.
conf
[
'ip'
],
conn
.
conf
[
'port'
])
old_conn
,
index
=
self
.
get_first
(
ip_port
)
self
.
conns
.
append
([
ip_port
,
conn
])
count
=
self
.
count
(
ip_port
)
if
old_conn
:
# Hanya boleh satu connection, jadi tutup sebelumnya
self
.
close_old_connection
(
old_conn
)
def
close_old_connection
(
self
,
old_conn
):
old_conn
.
close
()
...
...
pyproject.toml
View file @
8c79157
[project]
name
=
'opensipkd-iso
8583
'
version
=
'
0.
2.2
'
version
=
'
0.
3
'
dependencies
=
[
'ebcdic'
,
'
ISO
8583
'
,
'
iso
8583
'
,
]
description
=
'Perangkat
untuk
Daemon
ISO
8583
'
authors
=
[
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment