mirror of
https://gitlab.com/fabinfra/fabaccess/borepin.git
synced 2025-03-12 14:51:44 +01:00
Fixed: Connection Exception
This commit is contained in:
parent
fe4326b75e
commit
0a27854331
@ -78,6 +78,11 @@ namespace Borepin.PageModel
|
||||
{
|
||||
IsBusy = true;
|
||||
|
||||
if(_BFFHService.IsConnected)
|
||||
{
|
||||
await _BFFHService.Disconnect().ConfigureAwait(true);
|
||||
}
|
||||
|
||||
try
|
||||
{
|
||||
await _BFFHService.Connect(Connection_Item).ConfigureAwait(true);
|
||||
|
Loading…
x
Reference in New Issue
Block a user