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