HackerTrans
トップ新着トレンドコメント過去質問紹介求人

lazyc97

no profile record

コメント

lazyc97
·2 年前·議論
Only the clients source code are available, so we know what data is encrypted before sending to server. The server side is closed source.
lazyc97
·2 年前·議論
Have only used it for small projects but it doesn't just "crash" out of no where. There are only 2 issues I encountered:

- Packages using Node functions Bun hasn't implemented yet. Google generative ai sdk streaming mode doesn't work, the rest of packages work fine for me though.

- Bun won't shutdown at the end of the script if there are async functions running in the background. I have to close the DB at the end of every script instead of just using pre-exit hook.