Subject: Handler for XMPP Ping request
Hi Alex,
I'm trying to implement ping request handler specified in this link : https://matrix-xmpp.io/docs/handlers
When i create pipeline initializer as it is in the above link, I'm getting error for the below line of code:
The error is,
Can you help me resolving this error..? Also can you provide me sample code that works in ,Net standard project..
I'm trying to implement ping request handler specified in this link : https://matrix-xmpp.io/docs/handlers
When i create pipeline initializer as it is in the above link, I'm getting error for the below line of code:
The error is,
Severity Code Description Project File Line Suppression State
Error CS0308 The non-generic method 'IChannelPipeline.AddBefore(string, string, IChannelHandler)' cannot be used with type arguments
Error CS0308 The non-generic method 'IChannelPipeline.AddBefore(string, string, IChannelHandler)' cannot be used with type arguments
Can you help me resolving this error..? Also can you provide me sample code that works in ,Net standard project..