Skip to content
#

polling

Here are 199 public repositories matching this topic...

southbite
southbite commented Jan 13, 2020

Version:
^7.0.0

Environment:
any os

Related to #646, not an error but a respectful request for a documentation update:

pingInterval is hard-coded to false in createSocket method (so the dummy primus server does not run heartbeats - understood).

I took a trip down the rabbit hole recently - figuring out why the heartbeat check was not happening on the client, and I admit freely that t

EXL
EXL commented Sep 17, 2019

These warnings appear when the Spring application starts:

03:01:22.550 [restartedMain] DEBUG org.telegram.telegrambots.meta.ApiContext - Class org.telegram.telegrambots.meta.generics.BotSession already registered
03:01:22.557 [restartedMain] DEBUG org.telegram.telegrambots.meta.ApiContext - Class org.telegram.telegrambots.meta.generics.Webhook already registered

Is this ok?

catokass
catokass commented Jan 2, 2019

isHidden_windows.go was throwing the error: "The system cannot find the path specified."

I discovered this was due to syscall.UTF16PtrFromString(pointer) not working with file paths longer than 260 characters.*

I fixed it by changing syscall.UTF16PtrFromString(path) to syscall.UTF16PtrFromString(fixLongPath(path)), and adding an extra file containing this:
https://golang.org/src/os/pa

Improve this page

Add a description, image, and links to the polling topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the polling topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.