SDK package and version
0.1.0b7
Runtime
python 3.12
What happened?
user stream can't receive trade event, order event is normal. try to connect with websockets, both event can receive.
Minimal reproduction
user_stream = await secure_client.subscribe(UserSpec())
async with user_stream:
logging.info("user_stream started")
async for event in user_stream:
print(event)
Expected behavior, actual behavior, or logs
No response
SDK package and version
0.1.0b7
Runtime
python 3.12
What happened?
user stream can't receive trade event, order event is normal. try to connect with websockets, both event can receive.
Minimal reproduction
Expected behavior, actual behavior, or logs
No response