pusher / pusher-websocket-swift

Pusher Channels websocket library for Swift
https://pusher.com/channels
MIT License
273 stars 167 forks source link

multiple pusher connection #436

Open abin-sapaad opened 1 month ago

abin-sapaad commented 1 month ago

Steps to reproduce

               pusher.connect()
               pusher.connection.delegate = self

called once from view model

Expected behavior

getting one connection

Actual behavior

i got 2 connection and 1 disconnects immediately here is the error : nw_connection_set_queue_block_invoke [C31] Error in client: nw_connection_set_queue called after nw_connection_start