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
209b4b63
Commit
209b4b63
authored
May 21, 2023
by
Kamron Aroonrua
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.2.6dev http callback
parent
69c60b98
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
Changelog
Changelog
+3
-0
service-main.js
http-listener/ws/service-main.js
+1
-1
No files found.
Changelog
View file @
209b4b63
# Changelog
# Changelog
## [1.2.6dev] - 2023-05-21
## [1.2.6dev] - 2023-05-21
### Added
- TRIGGER :: http trigger callback
- PLUGIN :: do-http-callback
### Removed
### Removed
- PLUGIN :: di-gistda-air
- PLUGIN :: di-gistda-air
- PLUGIN :: di-tanpibut
- PLUGIN :: di-tanpibut
...
...
http-listener/ws/service-main.js
View file @
209b4b63
...
@@ -86,7 +86,7 @@ var process_req = function(req, res ,method) {
...
@@ -86,7 +86,7 @@ var process_req = function(req, res ,method) {
httpcb
.
on
(
session_id
,
function
(
msg
){
httpcb
.
on
(
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
(
resp_msg
)
resp_msg
=
msg
.
data
.
data
}
}
respHelper
.
responseOK
(
resp_msg
);
respHelper
.
responseOK
(
resp_msg
);
...
...
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