NordicSemiconductor / pc-ble-driver-js

Node.js interface to the C/C++ pc-ble-driver library. API docs: https://nordicsemiconductor.github.io/pc-ble-driver-js/
Other
79 stars 41 forks source link

I want to know next release plan #248

Open mitoconcrete opened 4 years ago

mitoconcrete commented 4 years ago

Hi Guys! I using 2.6.2 release version now. But this version isn't support over 8 connections. The man named @bencefr who merge code when last year November, said next release possible up to 20 connection. (version 2.7.0) So, I wait eagerly next release. Please tell me next release plan. Thanks.

below link is merge comment. https://github.com/NordicSemiconductor/pc-ble-driver-js/pull/235

bencefr commented 4 years ago

Hi @mitoconcrete , I don't recall commenting anything about the number of connections. However the limitation comes from the connectivity firmware which is built as part of the https://github.com/NordicSemiconductor/pc-ble-driver We don't plan to increase the number of connections, since it most likely requires more memory on the nRF SoC. The next release will be 2.7.0 in the near future with the features already available on master branch.

mitoconcrete commented 4 years ago

Thanks @bencefr for quick reply! For reference, I thought I could connect more than 8, looking at the link below. link

sorry, I was confused with another person because a person who named Jordan give your merge link. Jordan said next release will support 7 over connection.

Then, your reply means, The next version is not support more than 8 connections, too? @bencefr