trying to fix go routine leaks #313
Annotations
10 errors and 1 warning
test:
packetbuffers_test.go#L41
cannot use pkt (variable of type *rtp.Packet) as *rtppool.RetainablePacket value in argument to caches.Add
|
test:
packetbuffers_test.go#L83
cannot use pkt (variable of type *rtp.Packet) as *rtppool.RetainablePacket value in argument to caches.Add
|
test:
packetbuffers_test.go#L130
cannot use pkt (variable of type *rtp.Packet) as *rtppool.RetainablePacket value in argument to caches.Add
|
test:
packetbuffers_test.go#L175
cannot use pkt (variable of type *rtp.Packet) as *rtppool.RetainablePacket value in argument to caches.Add
|
test:
packetbuffers_test.go#L218
cannot use pkt (variable of type *rtp.Packet) as *rtppool.RetainablePacket value in argument to caches.Add
|
test:
packetbuffers_test.go#L274
cannot use pkt (variable of type *rtp.Packet) as *rtppool.RetainablePacket value in argument to caches.Add
|
test:
packetbuffers_test.go#L287
cannot use pkt (variable of type *rtp.Packet) as *rtppool.RetainablePacket value in argument to caches.Add
|
test:
packetbuffers_test.go#L299
cannot use pkt (variable of type *rtp.Packet) as *rtppool.RetainablePacket value in argument to caches.Add
|
test:
packetbuffers_test.go#L334
cannot use testPackets[i] (variable of type *rtp.Packet) as *rtppool.RetainablePacket value in argument to packetBuffers.Add
|
test:
packetbuffers_test.go#L345
cannot use &rtp.Packet{…} (value of type *rtp.Packet) as *rtppool.RetainablePacket value in argument to packetBuffers.Add
|
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|