mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-03-12 09:27:01 +00:00
Do not ping epicbox, just test connection
This commit is contained in:
parent
cb10de89a6
commit
36c8c6cd1d
1 changed files with 1 additions and 1 deletions
|
@ -1003,7 +1003,7 @@ class EpicCashWallet extends CoinServiceAPI
|
|||
|
||||
/// Set this attribute to `true` if do not need any ping/pong
|
||||
/// messages and ping measurement. Default is `false`
|
||||
pingRestrictionForce: false,
|
||||
pingRestrictionForce: true,
|
||||
);
|
||||
|
||||
final IMessageProcessor<String, String> textSocketProcessor =
|
||||
|
|
Loading…
Reference in a new issue