We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2ae136 commit 4d5e36dCopy full SHA for 4d5e36d
1 file changed
examples/server/sanic/app.py
@@ -4,7 +4,7 @@
4
import socketio
5
6
sio = socketio.AsyncServer(async_mode='sanic')
7
-app = Sanic()
+app = Sanic(name='sanic_application')
8
sio.attach(app)
9
10
0 commit comments