jackfreed

Results 5 issues of jackfreed

when trying to update to the latest layer 129 i am getting an error about PseudoBool not found. any idea?

bug
critical

Hi @ernado is there any easy way to connect gotd to pion? :-) Thanks upfront!

enhancement

Hi, i have a problem where from time to time the spinlock seems to be endless. i managed to reproduce it when resetting the connection around the time where login...

when compiling **layer 71** i get the following warnings ``` tl_update.proto:7:17: "mtproto.PredUpdatesState" is not defined. tl_update.proto:8:17: "mtproto.PredUpdateShortMessage" is not defined. tl_update.proto:9:17: "mtproto.PredUpdateShortChatMessage" is not defined. tl_update.proto:10:17: "mtproto.PredUpdateShort" is not defined....

Hi all, i would like to measure the runtimes each call is taking and group it by the jsonrpc method using the following code: ``` func handleRequest(ctx context.Context, rc io.ReadCloser)...