Skip to content

Fix BoolValue null wrapping in Nakama & cursor pagination test#170

Open
ilmalte wants to merge 1 commit intoheroiclabs:mainfrom
ilmalte:fix/147-boolvalue-null-wrapping-cursor-pagination
Open

Fix BoolValue null wrapping in Nakama & cursor pagination test#170
ilmalte wants to merge 1 commit intoheroiclabs:mainfrom
ilmalte:fix/147-boolvalue-null-wrapping-cursor-pagination

Conversation

@ilmalte
Copy link
Collaborator

@ilmalte ilmalte commented Feb 21, 2026

  • Fix BoolValue wrapping for nullable bool? params in NakamaGrpcClient.
    When null, api.BoolValue(value: null) sent proto default (false) instead of leaving the field unset.
    Fixed in listChannelMessages (forward), updateGroup (open), and listMatches (authoritative).

  • Fix cursor pagination test: avoid message accumulation, pass explicit forward: true, remove skip annotation.

  • Bump Nakama server from 3.26.0 to 3.37.0 in docker-compose.yml.

#147

…clabs#147)

- Fix BoolValue wrapping for nullable bool? params in NakamaGrpcClient.
  When null, api.BoolValue(value: null) sent proto default (false)
  instead of leaving the field unset. Fixed in listChannelMessages
  (forward), updateGroup (open), and listMatches (authoritative).

- Fix cursor pagination test: avoid message
  accumulation, pass explicit forward: true, remove skip annotation.

- Bump Nakama server from 3.26.0 to 3.37.0 in docker-compose.yml.
@ilmalte ilmalte changed the title Fix BoolValue null wrapping in Nakama & cursor pagination test (#147) Fix BoolValue null wrapping in Nakama & cursor pagination test Feb 21, 2026
@ilmalte ilmalte requested a review from DannyIsYog February 21, 2026 15:39
@ilmalte ilmalte assigned ilmalte and DannyIsYog and unassigned ilmalte Feb 21, 2026
@ilmalte ilmalte linked an issue Feb 22, 2026 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Messages iteration with cursor (listChannelMessages)

2 participants