Results 3 issues of Ivan L

It would be great to allow to filter namespaces by wildcard, e.g. ``` whitelistedNamespaces: - foo # exact match (current behaviour) - bar? # bar1, barX, barY - *baz* #...

It would be great to have some optional timeout (e.g. in `Solver::solve(&mut self, timeout: Option)`) to break out of the loop if the problem is too hard to solve in...

enhancement

When I'm trying to send very long [subscribe command](https://developers.binance.com/docs/binance-spot-api-docs/web-socket-streams#subscribe-to-a-stream), the server does not respond, until the regular Ping comes from it. It seems like the WS server reads the incoming...