Questions tagged [thread-id]

The tag has no usage guidance.

Filter by
Sorted by
Tagged with
18 votes
5 answers
13k views

iOS "thread-id" doesn't group push notifications

From the documentation: thread-id | string | When displaying notifications, the system visually groups notifications with the same thread identifier together. For remote notifications, the value ...
Albert Bori's user avatar
  • 9,922
1 vote
1 answer
439 views

Why `std::cout << std::this_thread::get_id()` does not compile? [duplicate]

Why std::cout does not compile in this code snippet, #include<future> #include<iostream> #include<array> #include<algorithm> std::array<int, 100> arr; int sum=0; struct ...
John's user avatar
  • 3,271
0 votes
1 answer
232 views

Extract Gmail Thread ID from Email URL using a Script

I'm trying to develop a script that can extract the Gmail thread ID from the URL of a specific email. The goal is to automate the process of retrieving the thread ID for further processing. For ...
Hamed's user avatar
  • 29
0 votes
0 answers
4 views

Node js threadworker - threadId keep increasing its threadId number

I have a worker_thread, let's say a "Thread manager" in node 18 app that is spawning, let's call them "sub-workers". They do what they do and when finished execution, they send a ...
Svetoslav Trifonov's user avatar
0 votes
0 answers
78 views

Is there a way to group push notifications for different channels on getStream io

Hi there problem solvers :) I am using firebase as a push notification provider, I am trying to group push notifications for different channels and it is not working, I don't know if its the problem ...
Endrit Bajrami's user avatar
0 votes
1 answer
39 views

How to get Kernel Thread ID in Python 2.7?

I have read in Python version > 3.8 there is function "get_native_id()" in module "threading" to get kernel Thread ID. Is there any similar possibility to get kernel thread id ...
Saurabh Jain's user avatar
0 votes
1 answer
1k views

Read data from Quip Spreadsheet with Python

I need to make a tool with Python which needs to read data from a given Quip. I have read the Quip Api documentation but I can't find anything code related. Does anyone have a source of inspiration ...
Leonard Basag's user avatar