1
0
Fork 0
mirror of https://github.com/syuilo/ai.git synced 2025-03-25 21:12:56 +00:00

地震に過剰にビビって発狂するかわいい子の教育

This commit is contained in:
na2na-p 2022-04-19 13:06:02 +09:00
parent 104a018d00
commit cf6e066425

View file

@ -72,6 +72,7 @@ export default class extends Module {
@autobind
private async createListenServer() {
http.createServer(async (req, res) => {
this.message = "";
const buffers: Buffer[] = [];
for await (const chunk of req) {
buffers.push(chunk);