sanic-org / sanic

Accelerate your web app development | Build fast. Run fast.

Home Page:https://sanic.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiplexer and Manager out of sync on number of expected arguments

ahopkins opened this issue · comments

Is there an existing issue for this?

  • I have searched the existing issues

Describe the bug

The manager is expecting the wrong number of arguments. Therefore app.m.manage is not working as intended.

[ERROR] Monitor received an invalid message: ('foobar', <function foo at 0x7fd1c8ce34c0>, {}, False, None, False, True, 1)

Code snippet

No response

Expected Behavior

No response

How do you run Sanic?

Sanic CLI

Operating System

Linux

Sanic Version

23.12.0

Additional context

No response

Closing as it appears to have been fixed by the merged PR.