You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been using this library in my single-threaded program recently. The IP parameter of Channel::Channel(...) is read in a config. If it' an invalid IP, the program keep blocking with no runtime errors no exception.
May I have any methods to test the ip parameter without modifying the lib's code?
The text was updated successfully, but these errors were encountered:
Hi. It's really nice to have this client.
I have been using this library in my single-threaded program recently. The IP parameter of Channel::Channel(...) is read in a config. If it' an invalid IP, the program keep blocking with no runtime errors no exception.
May I have any methods to test the ip parameter without modifying the lib's code?
The text was updated successfully, but these errors were encountered: