Skip to content
This repository was archived by the owner on Mar 13, 2026. It is now read-only.
This repository was archived by the owner on Mar 13, 2026. It is now read-only.

Can't subscribe to multiple symbols at the same time #44

Description

@AustinOwens

When trying to subscribe to more than one symbol, __unpack_event(...) has issues unpacking multiple symbols.

For example:

# Subscribing to symbols across different instrument types
symbols = ["SPY", "AAPL"]

subscription = tasty.market_data.subscribe(
    symbols=symbols,
    on_quote=print,
    on_candle=print,
    on_greeks=print,
)

# start streaming
subscription.open()

Will result in:

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions