TargetProcess / signalr-client-py

python client proxy for signalr
Other
63 stars 58 forks source link

how to set options parameter like below #57

Open Wph1720637550 opened 1 year ago

Wph1720637550 commented 1 year ago

hub_connection = HubConnectionBuilder()\ .with_url(auth['url'], options={'access_token_factory': lambda: auth['token'], 'skip_negotiation': True}).build()