Skip to content

[Issue] BleServerCli not working as excpected #80

Description

@rodrigovaras

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    needs-infoFurther information is requestednot-reviewedIssue that needs reviewed

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions