Description
When using the sample 'BleServerCli' I notice the WriteValueEvent does not get fired until UnregisterAdvertisement is being called. It seems that when the device client connects to the services, select the gatt characterictics and then write into it no observable event is being seen on the cli app. Only after pressing the key and when the UnregisterAdvertisement method is being called the events seems to be batched.
Environment
- ** Ubunutu 5.1.16
- Linux.Bluetooth Version:
Severity (1-5)
4
Steps To Reproduce
Run the BleServerCli and using another Windows machine with the 32 feet library attempted to connect and find the proper gatt characteristics and then write every 5 secs. Since i change the Debug.WriteLine -> Console.WriteLine i notice no message is coming until i press a key to stop the server, then all the events are batched on the console.
Expected Behavior
Expect the events come right away when the client writes
Description
When using the sample 'BleServerCli' I notice the WriteValueEvent does not get fired until UnregisterAdvertisement is being called. It seems that when the device client connects to the services, select the gatt characterictics and then write into it no observable event is being seen on the cli app. Only after pressing the key and when the UnregisterAdvertisement method is being called the events seems to be batched.
Environment
Severity (1-5)
4
Steps To Reproduce
Run the BleServerCli and using another Windows machine with the 32 feet library attempted to connect and find the proper gatt characteristics and then write every 5 secs. Since i change the Debug.WriteLine -> Console.WriteLine i notice no message is coming until i press a key to stop the server, then all the events are batched on the console.
Expected Behavior
Expect the events come right away when the client writes