kevinmiao
kevinmiao
程序里有两部分数据,需要分别发送到两个不同的kafka 在程序里发送完第一个kafka后 ,再发送到第二个kafka的时候会重用第一个连接,导致发送失败。 有解决办法吗
go get github.com/OpenIMSDK/Open-IM-SDK-Core go get: github.com/OpenIMSDK/[email protected]: parsing go.mod: module declares its path as: open_im_sdk but was required as: github.com/OpenIMSDK/Open-IM-SDK-Core go get Open-IM-SDK-Core 安装失败,这种情况应该怎么解决
an error occurred when I new Sonyflake. the file is github.com/sony/[email protected]/sonyflake.go. i'm use MacOs 14.4.1. After debugging, I found that the isPrivateIPv4() check ip error under lower16BitPrivateIP() method. i not...