Charlotte Williams

Results 15 comments of Charlotte Williams

Ok, I see So what should I do to keep executing in a loop? The following is the code of the reference document, but only output once ```python async def...

Or can it only be done through Python's own loop? E.g: ```python async def generate_code(app): while True: await asyncio.sleep(5) print('Server successfully started!') app.add_task(generate_code(app)) ```

> If we are to implement it in Sanic, this could be a good starting point: https://github.com/Rapptz/discord.py/blob/master/discord/ext/tasks/__init__.py > > Documentation at https://discordpy.readthedocs.io/en/stable/ext/tasks/index.html This is really a good idea

@slee047 给力

@slee047 你好能咨询两个问题么? 我在项目文件夹下运行: 项目基于`egg` ``` ruby ../node-packer-1.6.0-8.11.4/bin/nodec node_modules/egg-bin/bin/egg-bin.js -r ./ ./ ``` 运行时配置项如下: ``` Node.js Compiler (nodec) v1.6.0 - entrance: /home/jakehu/Web/siege - options: {:root=>"./", :npm=>"npm", :make_args=>"-j4", :vcbuild_args=>"x64", :output=>"/home/jakehu/Web/siege/a.out", :tmpdir=>"/tmp/nodec"} ```...

同样出现错误,持续关注中。Mysql环境 5.7

你好,同时我看你提了这个[issues](https://github.com/nodejs/node/issues/8118)能将方法分享下么?

@yeraydiazdiaz I'm stuck with this problem too, here is my test #425

So the two executed transactions are not the same connection? So, how should we solve it?