Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

fix: 🐛 Heartbeat data skipped every 15s #29

Merged
merged 1 commit into from
Apr 7, 2024
Merged

Conversation

cliouo
Copy link
Contributor

@cliouo cliouo commented Apr 7, 2024

I used to find a long reply often will be interrupted, after testing because openai every 15s will send a heartbeat data, content like this time: 2024-04-07 20:20:50.554328, it will lead to JSON.parse(message); an exception!

Fix axios library does not support http2 heartbeat data causing errors, manually skip the time string of heartbeat data

Fix axios library does not support http2 heartbeat data causing errors, manually skip the time string of heartbeat data
@missuo missuo merged commit 2a91042 into missuo:main Apr 7, 2024
lxzh pushed a commit to lxzh/FreeGPT35 that referenced this pull request Apr 11, 2024
Fix axios library does not support http2 heartbeat data causing errors, manually skip the time string of heartbeat data

Co-authored-by: cliouo <[email protected]>
lxzh pushed a commit to lxzh/FreeGPT35 that referenced this pull request Apr 11, 2024
Fix axios library does not support http2 heartbeat data causing errors, manually skip the time string of heartbeat data

Co-authored-by: cliouo <[email protected]>
conanx2008 pushed a commit to conanx2008/FreeGPT35 that referenced this pull request Apr 18, 2024
Fix axios library does not support http2 heartbeat data causing errors, manually skip the time string of heartbeat data

Co-authored-by: cliouo <[email protected]>
meway24 added a commit to meway24/FreeGPT35 that referenced this pull request Jun 5, 2024
# By Vincent Yang (9) and others
# Via GitHub
* 'main' of github.com:meway24/FreeGPT35:
  Update README.md
  fix
  init
  remove files
  fix: empty response
  Update README.md
  add 'body-parser' to package.json, fix missuo#39 (missuo#42)
  Update README.md
  Update compose_with_lobe_chat.yaml
  add lobe-chat compose yaml file (missuo#37)
  Update README.md
  Update LICENSE
  fix: 🐛 Heartbeat data skipped every 15 (missuo#29)
  docs: update
  docs: add nginx
  dcos: fix
  docs: add chatgpt next web
  docs: fix
  docs: add next web

Conflicts:
	app.js
	package.json
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants