You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems something related to this issue and I've seen it fixed by changing in64 to uint64 where it can be. Although its too low level for me to fully comprehend.
The text was updated successfully, but these errors were encountered:
Following your advice I'm trying to host the service from my home network using my raspberrypi but since its using an arm32 it throws this error:
panic: unaligned 64-bit atomic operation
goroutine 6 [running]:
runtime/internal/atomic.panicUnaligned()
/usr/local/go/src/runtime/internal/atomic/unaligned.go:8 +0x24
runtime/internal/atomic.Xadd64(0x1907c0c, 0x1)
/usr/local/go/src/runtime/internal/atomic/atomic_arm.s:256 +0x14
go.mau.fi/whatsmeow.(*Client).generateRequestID(0x1907b30)
/home/pi/go/pkg/mod/go.mau.fi/whatsmeow@v0.0.0-20211031213406-f7df98c1e267/request.go:20 +0x34
go.mau.fi/whatsmeow.(*Client).sendIQAsync(0x1907b30, {{0x7f3410, 0x3}, {0x7f32b4, 0x3}, {{0x0, 0x0}, 0x0, 0x0, {0x7fce12, ...}, ...}, ...})
/home/pi/go/pkg/mod/go.mau.fi/whatsmeow@v0.0.0-20211031213406-f7df98c1e267/request.go:83 +0x28
go.mau.fi/whatsmeow.(*Client).sendKeepAlive(0x1907b30, {0x8fdb6c, 0x1901b00})
/home/pi/go/pkg/mod/go.mau.fi/whatsmeow@v0.0.0-20211031213406-f7df98c1e267/keepalive.go:42 +0xa4
go.mau.fi/whatsmeow.(*Client).keepAliveLoop(0x1907b30, {0x8fdb6c, 0x1901b00})
/home/pi/go/pkg/mod/go.mau.fi/whatsmeow@v0.0.0-20211031213406-f7df98c1e267/keepalive.go:32 +0x1b8
created by go.mau.fi/whatsmeow.(*Client).Connect
/home/pi/go/pkg/mod/go.mau.fi/whatsmeow@v0.0.0-20211031213406-f7df98c1e267/client.go:159 +0x354
It seems something related to this issue and I've seen it fixed by changing in64 to uint64 where it can be. Although its too low level for me to fully comprehend.
The text was updated successfully, but these errors were encountered: