Question about Dial

Author: lilinaugust, Created: 2022-12-21 21:14:04, Updated:

Create two websocket objects to get market information using the dial function. If two objects subscribe to the same transaction pair on the same exchange, ask if the two objects will conflict in getting the information.


More

The Little DreamThe object created by the Dial function is an independent ws connection. The two objects do not interact.