Problem running the app on Windows #1150
Answered
by
Lancetnik
IlyaKhramtsov
asked this question in
Q&A
-
Hi all, I created a test app using the example from the documentation. Example: from faststream import FastStream
from faststream.rabbit import RabbitBroker
broker = RabbitBroker("amqp://guest:guest@localhost:5672/")
app = FastStream(broker)
@broker.subscriber("in")
@broker.publisher("out")
async def handle_msg(user: str, user_id: int) -> str:
return f"User: {user_id} - {user} registered" Output:
What could be wrong? |
Beta Was this translation helpful? Give feedback.
Answered by
Lancetnik
Jan 17, 2024
Replies: 1 comment
-
@IlyaKhramtsov Please, update FastStream to 0.3.14 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
IlyaKhramtsov
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@IlyaKhramtsov Please, update FastStream to 0.3.14
This is just 0.3.13 but, sorry