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
unsub:=c.OnPrivateMessage(func(client*QQClient, privateMessage*message.PrivateMessage) {
//... balabala
})
//once, I dont want to listen to this, event, just unsubscribe itunsub()
The text was updated successfully, but these errors were encountered:
MiraiGo提供了非常方便的定义事件,但是似乎不能取消订阅事件。
希望能在此基础上提供取消订阅的功能
下面是我不成熟的代码,通过订阅函数返回一个函数来实现取消订阅的功能。
使用
The text was updated successfully, but these errors were encountered: