Thanks Chris, that fixed it! Cheers James
On Wed, May 18, 2016 at 8:40 PM, Christopher Collins <[email protected]> wrote: > On Wed, May 18, 2016 at 08:28:16PM -0700, James Howarth wrote: > > Hi Chris, > > > > You are 100% right, and I realized after I had just it send, it was a > > copy/paste error. > > No worries. I think the problem is that bleprph is trying to allocate > more attributes than it is configured for. Bleprph's default > configuration cuts it really close. I would try increasing the > max_attrs setting from 32 to something more comfortable (e.g., 48). > This will give some extra room for more characteristics in the future. > This setting is configured in main() with the following line: > > cfg.max_attrs = 48; > > Chris > >
