Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
N
node-bigstream
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bs
node-bigstream
Commits
2b7fc132
Commit
2b7fc132
authored
May 22, 2023
by
Kamron Aroonrua
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
list once
parent
209b4b63
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
docker-build.sh
docker-build.sh
+0
-0
service-main.js
http-listener/ws/service-main.js
+1
-1
No files found.
docker-build.sh
100755 → 100644
View file @
2b7fc132
File mode changed from 100755 to 100644
http-listener/ws/service-main.js
View file @
2b7fc132
...
@@ -83,7 +83,7 @@ var process_req = function(req, res ,method) {
...
@@ -83,7 +83,7 @@ var process_req = function(req, res ,method) {
if
(
jmatch
)
if
(
jmatch
)
{
{
if
(
cb_response
){
if
(
cb_response
){
httpcb
.
on
(
session_id
,
function
(
msg
){
httpcb
.
on
ce
(
session_id
,
function
(
msg
){
resp_msg
.
response
=
msg
.
data
.
data
;
resp_msg
.
response
=
msg
.
data
.
data
;
if
([
'data'
,
'data_only'
,
'json'
].
includes
(
String
(
cb_response
).
toLocaleLowerCase
())){
if
([
'data'
,
'data_only'
,
'json'
].
includes
(
String
(
cb_response
).
toLocaleLowerCase
())){
resp_msg
=
msg
.
data
.
data
resp_msg
=
msg
.
data
.
data
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment